aws-api-gateway-client
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "aws-api-gateway-client", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Node.js moduel for AWS API Gateway client", | ||
@@ -22,5 +22,5 @@ "repository": { | ||
"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" | ||
"prepublish": "npm run lint:js && npm run transpile", | ||
"lint:js": "node_modules/eslint/bin/eslint.js lib *.js", | ||
"test": "npm run lint:js" | ||
}, | ||
@@ -27,0 +27,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
25632
0