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

utilities

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utilities - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

9

lib/file.js

@@ -132,3 +132,4 @@ /*

, paths = []
, ret = [dir];
, ret = [dir]
, msg;

@@ -139,3 +140,7 @@ try {

catch (e) {
throw new Error('Could not read path ' + dir);
msg = 'Could not read path ' + dir + '\n';
if (e.stack) {
msg += e.stack;
}
throw new Error(msg);
}

@@ -142,0 +147,0 @@

@@ -10,3 +10,3 @@ {

],
"version": "0.0.17",
"version": "0.0.18",
"author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",

@@ -13,0 +13,0 @@ "main": "./lib/index.js",

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