Socket
Socket
Sign inDemoInstall

gas-client

Package Overview
Dependencies
1
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0-prelease1.0

dist/classes/function-host.d.ts

18

package.json
{
"name": "gas-client",
"version": "1.0.0",
"version": "1.1.0-prelease1.0",
"description": "A client-side utility class that can call server-side Google Apps Script functions",
"type": "module",
"module": "build/esm/index.js",
"typings": "build/esm/index.d.ts",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"src",
"build"
"dist"
],

@@ -22,4 +21,4 @@ "repository": "https://github.com/enuchi/gas-client.git",

"test:watch": "jest --coverage --watch",
"prebuild": "rm -rf build",
"build": "tsc"
"prebuild": "rm -rf dist",
"build": "webpack"
},

@@ -57,3 +56,6 @@ "bugs": {

"ts-jest": "^27.0.3",
"typescript": "^4.3.2"
"ts-loader": "^9.4.2",
"typescript": "^4.3.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},

@@ -60,0 +62,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc