New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mini-tools

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-tools - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

11

lib/mini-tools.js

@@ -135,4 +135,11 @@ "use strict";

}
}).then(function(opts){
return MiniTools.readConfig.exts[opts.ext](opts.fileName);
}).then(function(pair){
return Promises.start(function(){
return MiniTools.readConfig.exts[pair.ext](pair.fileName)
}).catch(function(err){
if(err.code==='ENOENT' && opts.whenNotExist==='ignore'){
return {};
};
throw err;
});
});

@@ -139,0 +146,0 @@ }else if(typeof fileNameOrObject==="object" && !(fileNameOrObject instanceof Array)){

3

package.json
{
"name": "mini-tools",
"description": "mini tools for express and others",
"version": "0.2.6",
"version": "0.2.7",
"author": "Codenautas <codenautas@googlegroups.com>",
"license": "MIT",
"files": ["lib"],
"repository": "codenautas/mini-tools",

@@ -8,0 +9,0 @@ "contributors": [{

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