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.0.3 to 0.0.4

cp.js

7

ls.js

@@ -34,3 +34,8 @@ /**

fn: function ($i,$x) {
ls($i.dir, $x);
try {
return ls($i.dir, $x);
}
catch(e){
return $x(e);
}
}

@@ -37,0 +42,0 @@ };

2

package.json
{
"name": "machinepack-fs",
"version": "0.0.3",
"version": "0.0.4",
"description": "Machines for working with the local filesystem.",

@@ -5,0 +5,0 @@ "scripts": {

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