Socket
Socket
Sign inDemoInstall

resolve

Package Overview
Dependencies
Maintainers
0
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resolve - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

test/filter.js

4

index.js

@@ -54,2 +54,6 @@ var fs = require('fs');

var pkg = JSON.parse(body);
if (opts.packageFilter) {
pkg = opts.packageFilter(pkg);
}
if (pkg.main) {

@@ -56,0 +60,0 @@ var m = loadAsFileSync(path.resolve(x, pkg.main));

2

package.json
{
"name" : "resolve",
"description" : "A more hookable require.resolve() implementation",
"version" : "0.0.3",
"version" : "0.0.4",
"repository" : {

@@ -6,0 +6,0 @@ "type" : "git",

Sorry, the diff of this file is not supported yet

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