Socket
Socket
Sign inDemoInstall

browserify

Package Overview
Dependencies
Maintainers
11
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 12.0.1 to 12.0.2

test/browser_field_resolve.js

2

index.js

@@ -118,2 +118,3 @@ var mdeps = require('module-deps');

expose = '/' + path.relative(basedir, expose);
expose = expose.replace(/\\/g, '/');
}

@@ -125,2 +126,3 @@ if (expose === undefined && this._options.exposeAll) {

expose = '/' + path.relative(basedir, file);
expose = expose.replace(/\\/g, '/');
}

@@ -127,0 +129,0 @@

4

package.json
{
"name": "browserify",
"version": "12.0.1",
"version": "12.0.2",
"description": "browser-side require() the node way",

@@ -26,3 +26,3 @@ "main": "index.js",

"browser-pack": "^6.0.1",
"browser-resolve": "^1.7.1",
"browser-resolve": "^1.11.0",
"browserify-zlib": "~0.1.2",

@@ -29,0 +29,0 @@ "buffer": "^3.4.3",

@@ -1,1 +0,2 @@

module.exports = 777
var ext = require('./ext');
module.exports = ext;

Sorry, the diff of this file is not supported yet

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