aws-cli-js
Advanced tools
Comparing version 2.0.2 to 2.0.4
{ | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
2
106
138
10279
8
5
2
+ Addedlodash@4.17.10(transitive)
- Removedcore-js@^2.4.0
- Removedcore-js@2.6.12(transitive)
- Removedlodash@4.17.21(transitive)
Updatedlodash@4.17.10
Updatednodeify-ts@1.0.6