Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "yesno-http", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Easy HTTP testing", | ||
"main": "./dist/src/index.js", | ||
"types": "./dist/src/index.d.ts", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"bin": { | ||
"yesno": "./dist/scripts/cli.js" | ||
"yesno": "dist/scripts/cli.js" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.0" | ||
}, | ||
"scripts": { | ||
"preversion": "npm run clean && npm run lint && npm run tests", | ||
"version": "npm run compile", | ||
"clean": "rimraf dist", | ||
"compile": "tsc", | ||
"prepare": "npm run compile", | ||
"watch": "npm run compile -- -w", | ||
"test": "npm run lint && npm run coverage", | ||
@@ -18,3 +24,4 @@ "coverage": "nyc --reporter=html -- npm run tests", | ||
"unit": "mocha --timeout 2000 --recursive 'test/unit/**/*.spec.ts'", | ||
"integration": "mocha --timeout 5000 --recursive 'test/integration/**/*.spec.ts'" | ||
"integration": "mocha --timeout 5000 --recursive 'test/integration/**/*.spec.ts'", | ||
"check": "npm run lint && npm run tests" | ||
}, | ||
@@ -26,3 +33,3 @@ "repository": { | ||
"author": "Ian Walker-Sperber", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -48,2 +55,3 @@ "url": "https://github.com/formidablelabs/yesno/issues" | ||
"request-promise": "^4.2.2", | ||
"rimraf": "^2.6.2", | ||
"sinon": "^6.1.5", | ||
@@ -50,0 +58,0 @@ "source-map-support": "^0.5.8", |
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
157411
21
30
1816
1
4