aws-api-gateway-client
Advanced tools
Comparing version 0.1.12 to 0.2.1
{ | ||
"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" | ||
} | ||
} |
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
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
25626
1
9
7
472
1
Updatedaxios@^0.15.3
Updatedcrypto-js@^3.1.8