Socket
Socket
Sign inDemoInstall

browserify

Package Overview
Dependencies
Maintainers
0
Versions
485
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserify - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

lib/wrap.js

@@ -146,3 +146,3 @@ var detective = require('detective');

}
else if (resolve.isCore(name) || !name.match(/^(\.\.?)?\//)) {
else if (resolve.isCore(name) || !name.match(/^\//)) {
var mfile = name;

@@ -149,0 +149,0 @@ }

{
"name" : "browserify",
"version" : "1.1.2",
"version" : "1.1.3",
"description" : "Browser-side require() for js directories and npm modules",

@@ -5,0 +5,0 @@ "main" : "./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