aws-s3-facia-tool
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "aws-s3-facia-tool", | ||
"description": "Iterate on S3 buckets in facia tool", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "dist/bundle.js", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"pretest": "npm run-script lint", | ||
"test": "babel-node ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha test", | ||
"test": "babel-node --presets es2015 -- ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha test", | ||
"posttest": "istanbul check-coverage --statements 85 --branches 70 --functions 100 --lines 90", | ||
@@ -24,2 +24,3 @@ "prepublish": "npm run bundle && npm test", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-es2015-rollup": "^1.1.1", | ||
"babel-register": "^6.7.2", | ||
@@ -35,2 +36,3 @@ "chai": "^3.5.0", | ||
"rollup": "^0.25.8", | ||
"rollup-plugin-babel": "^2.4.0", | ||
"rollup-plugin-commonjs": "^2.2.1", | ||
@@ -37,0 +39,0 @@ "rollup-plugin-json": "^2.0.0", |
Sorry, the diff of this file is too big to display
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
177335
19
2937