Comparing version 1.8.0 to 2.0.0-0
{ | ||
"name": "aws-sigv4", | ||
"version": "1.8.0", | ||
"version": "2.0.0-0", | ||
"description": "AWS Signature Version 4", | ||
"main": "lib/index.js", | ||
"main": "lib/node/index.js", | ||
"engines": { | ||
"node": ">=0.10" | ||
"node": ">=4" | ||
}, | ||
@@ -13,5 +13,6 @@ "directories": { | ||
"scripts": { | ||
"pretest": "gulp checkSuite", | ||
"test": "nyc mocha test/test.es6 --compilers js:babel-core/register,js:babel-polyfill", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls" | ||
"pretest": "scripts/get-fixtures.js", | ||
"test": "mocha test/index.js --compilers js:babel-core/register,js:babel-polyfill", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"build": "webpack" | ||
}, | ||
@@ -26,31 +27,28 @@ "keywords": [ | ||
"devDependencies": { | ||
"babel-cli": "^6.5.1", | ||
"babel-cli": "^6.18.0", | ||
"babel-core": "^6.5.2", | ||
"babel-loader": "^6.2.8", | ||
"babel-polyfill": "^6.5.0", | ||
"babel-preset-es2015": "^6.5.0", | ||
"babel-preset-babili": "0.0.9", | ||
"babel-preset-es2015-node4": "^2.1.0", | ||
"chai": "^3.5.0", | ||
"coveralls": "^2.11.4", | ||
"eslint": "^3.5.0", | ||
"gulp": "^3.9.0", | ||
"gulp-download": "0.0.1", | ||
"gulp-unzip": "^0.1.3", | ||
"gulp-util": "^3.0.7", | ||
"mocha": "^3.0.2", | ||
"mocha-eslint": "^3.0.1", | ||
"nyc": "^8.1.1" | ||
"mocha-loader": "^1.0.0", | ||
"nyc": "^10.0.0", | ||
"unzip": "^0.1.11", | ||
"webpack": "^2.1.0-beta.27" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"es2015" | ||
"es2015-node4" | ||
] | ||
}, | ||
"nyc": { | ||
"extension": [ | ||
".es6" | ||
], | ||
"exclude": [ | ||
"**/*.js" | ||
"lib" | ||
], | ||
"include": [ | ||
"**/*.es6" | ||
], | ||
"cache": true, | ||
"report-dir": "./coverage" | ||
@@ -57,0 +55,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
270996
22
6598
15
1
2
2