machinepack-fs
Advanced tools
Comparing version 0.2.0 to 1.0.1
// Export Machine.pack() object for convenience | ||
var path = require('path'); | ||
module.exports = require('node-machine').pack({ | ||
pkg: require('./package.json'), | ||
dir: __dirname | ||
dir: path.resolve(__dirname, 'machines') | ||
}); |
{ | ||
"name": "machinepack-fs", | ||
"version": "0.2.0", | ||
"version": "1.0.1", | ||
"description": "Machines for working with the local filesystem.", | ||
@@ -24,11 +24,10 @@ "scripts": { | ||
"list-directory-contents": "0.0.2", | ||
"node-machine": "^0.2.1", | ||
"node-machine": "^1.0.0", | ||
"async": "^0.9.0" | ||
}, | ||
"machinepack": { | ||
"focus": "fs", | ||
"machine-api": "~0.0.0", | ||
"machineDir": "machines", | ||
"machines": [ | ||
"cp", | ||
"ls", | ||
"cp", | ||
"rmrf", | ||
@@ -35,0 +34,0 @@ "template", |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9730
286
1
10
1
+ Addedconvert-to-ecmascript-compatible-varname@0.1.5(transitive)
+ Addednode-machine@1.0.1(transitive)
- Removednode-machine@0.2.4(transitive)
Updatednode-machine@^1.0.0