Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-sdk-wrap

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-sdk-wrap - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

27

package.json
{
"name": "aws-sdk-wrap",
"version": "1.1.6",
"version": "1.1.7",
"description": "Wrapper around aws-sdk",
"main": "lib/index.js",
"scripts": {
"test": "npm run clean && npm run gardener && npm run test-simple",
"clean": "rm -rf lib",
"build": "npx babel src --out-dir lib --source-maps inline --copy-files --include-dotfiles",
"clean-build": "npm run clean && npm run build",
"build-artifact": "npm run clean-build && tar -zxvf $(npm pack) && rm *-0.0.0-development.tgz && cd package && tar -zcvf ../release.tar.gz . && cd .. && rm -rf package",
"build-clean": "npm run clean && npm run build",
"test-simple": "nyc mocha \"./test/**/*.spec.js\"",
"test": "npm run clean && npm run gardener && npm run test-simple",
"coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info",
"semantic-release": "npm run build-artifact && npm run clean-build && npx semantic-release",
"semantic-release": "npm run build-clean && npx semantic-release",
"gardener": "node gardener"

@@ -31,13 +30,14 @@ },

"devDependencies": {
"aws-sdk": "2.413.0",
"@babel/core": "7.3.4",
"@babel/cli": "7.2.3",
"@babel/cli": "7.4.3",
"@babel/core": "7.4.3",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/register": "7.4.0",
"@blackflux/eslint-plugin-rules": "1.0.2",
"@blackflux/robo-config-plugin": "1.3.2",
"aws-sdk": "2.437.0",
"babel-eslint": "10.0.1",
"@babel/plugin-transform-flow-comments": "7.2.0",
"@babel/preset-flow": "7.0.0",
"@babel/plugin-proposal-object-rest-spread": "7.3.4",
"@babel/register": "7.0.0",
"chai": "4.2.0",
"coveralls": "3.0.3",
"js-gardener": "1.37.7",
"eslint": "5.16.0",
"js-gardener": "2.0.2",
"nock": "10.0.6",

@@ -77,3 +77,2 @@ "nyc": "13.3.0",

"coverage/*",
"flow-typed/*",
"lib/*"

@@ -80,0 +79,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