gas-client
gas-client copied to clipboard
A client-side utility class that can call server-side Google Apps Script functions
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hi, it could be useful to have an UMD build to use with your [React-Google-Apps-Script](https://github.com/enuchi/React-Google-Apps-Script) and the [DynamicCdnWebpackPlugin](https://github.com/mastilver/dynamic-cdn-webpack-plugin). What do you think?
Hi, is it possible to have a listener with gas-client or call task pane code? I want to have the task pane listen for a specific function call to happen...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Anytime I make request to the server from the client, regardless of what it is (opening a modal, for example), the request takes at least 5-10 seconds. I am wondering...