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 0.4.6 to 1.0.0

dist/bundle.js

45

package.json
{
"name": "aws-s3-facia-tool",
"description": "Iterate on S3 buckets in facia tool",
"version": "0.4.6",
"main": "lib/facia-tool.js",
"dependencies": {
"async": "^1.5.2",
"aws-sdk": "^2.2.32",
"es6-promise": "^3.0.2",
"lodash": "^4.0.1",
"mkdirp": "^0.5.1",
"moment": "^2.11.1",
"sift": "^3.2.0"
},
"version": "1.0.0",
"main": "dist/bundle.js",
"scripts": {
"lint": "eslint .",
"lint": "eslint lib",
"pretest": "npm run-script lint",

@@ -21,3 +12,5 @@ "test": "istanbul cover ./node_modules/.bin/_mocha test",

"prepublish": "npm test && npm prune",
"watchTests": "mocha test -w"
"watchTests": "mocha test -w",
"bundle": "rollup -c",
"prepublish": "npm run bundle && npm test"
},

@@ -29,12 +22,28 @@ "publishConfig": {

"devDependencies": {
"chai": "^3.4.1",
"async": "^1.5.2",
"aws-sdk": "^2.2.48",
"chai": "^3.5.0",
"es6-promise": "^3.1.2",
"eslint": "^2.5.3",
"istanbul": "^0.4.2",
"jscs": "^2.9.0",
"jshint": "^2.9.1",
"mocha": "^2.3.4"
"lodash": "^4.6.1",
"mkdirp": "^0.5.1",
"mocha": "^2.3.5",
"moment": "^2.12.0",
"rollup": "^0.25.7",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-json": "^2.0.0",
"rollup-plugin-node-resolve": "^1.5.0",
"sift": "^3.2.1"
},
"peerDependencies": {
"aws-sdk": "2.2.x"
},
"repository": {
"type": "git",
"url": "git@github.com:guardian/aws-s3-facia-tool.git"
}
},
"files": [
"dist"
]
}

4

README.md

@@ -5,2 +5,6 @@ # aws-s3-facia-tool

## Dependencies
This package has a peer dependency on `aws-sdk` version `2.2x`.
## Installation

@@ -7,0 +11,0 @@

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