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

aws-cli-js

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-cli-js - npm Package Compare versions

Comparing version 2.0.2 to 2.0.4

lib/index.d.ts

31

package.json
{
"name": "aws-cli-js",
"version": "2.0.2",
"version": "2.0.4",
"description": "A node.js wrapper for the aws command line interface",
"main": "dist/index.js",
"typings": "dist/index",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"dist/"
"lib/"
],
"scripts": {
"lint": "tslint src/**/*.ts",
"build": "rimraf dist/ && tsc",
"build": "rimraf lib/ && tsc",
"test-spec": "ts-node node_modules/blue-tape/bin/blue-tape.js \"src/**/*.spec.ts\" | tap-diff",
"test": "npm run lint && npm run build && npm run test-spec",
"prepublish": "npm run lint && npm run build && rimraf dist/**/*.spec.* "
"prepare": "npm run lint && npm run build && rimraf lib/**/*.spec.* "
},

@@ -32,14 +32,15 @@ "repository": {

"devDependencies": {
"blue-tape": "^0.2.0",
"rimraf": "^2.5.2",
"tap-diff": "^0.1.1",
"ts-node": "^0.7.3",
"tslint": "^3.10.2",
"typescript": "^1.8.10"
"@types/blue-tape": "^0.1.32",
"@types/lodash": "^4.14.116",
"blue-tape": "1.0.0",
"rimraf": "2.6.2",
"tap-diff": "0.1.1",
"ts-node": "7.0.0",
"tslint": "5.11.0",
"typescript": "3.0.1"
},
"dependencies": {
"lodash": "^4.13.1",
"core-js": "^2.4.0",
"nodeify-ts": "^1.0.1"
"lodash": "4.17.10",
"nodeify-ts": "1.0.6"
}
}

@@ -36,2 +36,3 @@ # aws-cli-js

/* secretKey */ 'your key2',
/* sessionToken */ 'your token',
/* currentWorkingDirectory */ null

@@ -100,2 +101,3 @@ );

/* secretKey */ 'your key2',
/* sessionToken */ 'your token',
/* currentWorkingDirectory */ null

@@ -102,0 +104,0 @@ );

Sorry, the diff of this file is not supported yet

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