Comparing version 2.0.2 to 3.0.0
@@ -5,8 +5,4 @@ { | ||
"description": "like touch(1) in node", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"repository": "git://github.com/isaacs/node-touch.git", | ||
"main": "touch.js", | ||
"engines": { | ||
"node": ">=0.6" | ||
}, | ||
"bin": { | ||
@@ -20,3 +16,3 @@ "nodetouch": "./bin/nodetouch.js" | ||
"scripts": { | ||
"test": "tap test/*.js --lines=100", | ||
"test": "tap test/*.js --100", | ||
"preversion": "npm test", | ||
@@ -31,5 +27,5 @@ "postversion": "npm publish", | ||
"files": [ | ||
"touch.js", | ||
"index.js", | ||
"bin/nodetouch.js" | ||
] | ||
} |
@@ -31,2 +31,7 @@ # node-touch | ||
All the `options` objects are optional. | ||
All the async functions return a Promise. If a callback function is | ||
provided, then it's attached to the Promise. | ||
## Options | ||
@@ -33,0 +38,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7572
200
48
1