New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aws-s3-facia-tool

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-s3-facia-tool - npm Package Compare versions

Comparing version 1.2.1 to 2.0.0

dist/bundle.es6.js

48

package.json
{
"name": "aws-s3-facia-tool",
"description": "Iterate on S3 buckets in facia tool",
"version": "1.2.1",
"description": "API on top of facia tool storage",
"version": "2.0.0",
"main": "dist/bundle.js",
"jsnext:main": "dist/bundle.es6.js",
"scripts": {
"lint": "eslint lib",
"pretest": "npm run-script lint",
"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",
"lint": "eslint lib modules test",
"bundleTest": "rollup -c rollup.config.test.js",
"checkCoverage": "istanbul check-coverage --statements 85 --branches 70 --functions 100 --lines 90",
"pretest": "npm run bundleTest",
"test": "mocha --reporter test/istanbul.reporter.js test",
"posttest": "npm run lint && npm run checkCoverage",
"prepublish": "npm run bundle && npm test",
"watchTests": "mocha test -w --compilers js:babel-register",
"bundle": "rollup -c"
"bundle": "rollup -c rollup.config.js && rollup -c rollup.config.es6.js"
},

@@ -20,24 +22,26 @@ "publishConfig": {

"devDependencies": {
"async": "^1.5.2",
"aws-sdk": "^2.3.5",
"babel-preset-es2015": "^6.6.0",
"async": "^2.0.0-rc.6",
"aws-sdk": "^2.4.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-register": "^6.7.2",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"eslint": "^2.8.0",
"istanbul": "^0.4.3",
"lodash": "^4.11.1",
"compare-dates": "^1.1.0",
"eslint": "^2.13.1",
"istanbul": "^0.4.4",
"lodash": "^4.13.1",
"mkdirp": "^0.5.1",
"mocha": "^2.4.5",
"mocha": "^2.5.3",
"moment": "^2.13.0",
"rollup": "^0.25.8",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-json": "^2.0.0",
"rollup-plugin-node-resolve": "^1.5.0",
"rollup": "^0.33.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^3.0.2",
"rollup-plugin-istanbul": "^1.0.0",
"rollup-plugin-json": "^2.0.1",
"rollup-plugin-node-resolve": "^1.7.1",
"sift": "^3.2.1"
},
"peerDependencies": {
"aws-sdk": "2.3.x"
"aws-sdk": "2.x"
},

@@ -44,0 +48,0 @@ "repository": {

Sorry, the diff of this file is too big to display

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