Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

machinepack-fs

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-fs - npm Package Compare versions

Comparing version 0.2.0 to 1.0.1

machines/cp.js

4

index.js
// 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",

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