Socket
Socket
Sign inDemoInstall

aws-api-gateway-client

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-api-gateway-client - npm Package Compare versions

Comparing version 0.1.12 to 0.2.1

dist/apigClient.js

48

package.json
{
"name": "aws-api-gateway-client",
"version": "0.1.12",
"version": "0.2.1",
"description": "Node.js moduel for AWS API Gateway client",
"main": "apigClient.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

@@ -23,8 +19,46 @@ "type": "git",

"homepage": "https://github.com/kndt84/aws-api-gateway-client#readme",
"main": "dist/apigClient.js",
"scripts": {
"transpile": "babel src -d dist/",
"prepublish": "npm run lint && npm run transpile",
"lint": "node_modules/eslint/bin/eslint.js lib *.js",
"test": "npm run link:js"
},
"files": [
"dist",
"dist-es"
],
"babel": {
"presets": [
"stage-2"
]
},
"eslintConfig": {
"parser": "babel-eslint",
"extends": [
"eslint:recommended",
"google"
],
"rules": {
"import/extensions": "off",
"import/no-extraneous-dependencies": "off"
}
},
"dependencies": {
"axios": "^0.15.2",
"crypto-js": "^3.1.6",
"axios": "^0.15.3",
"crypto-js": "^3.1.8",
"url": "^0.11.0",
"url-template": "^2.0.8"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-preset-stage-2": "^6.22.0",
"eslint": "^3.18.0",
"eslint-config-google": "^0.7.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0"
}
}
.npmignore
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc