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 0.4.0 to 0.4.1

7

index.js

@@ -61,3 +61,8 @@ var fs = require('fs');

+ builtins
+ (req.length ? exports.wrap(req, opts).source : '')
+ (req.length
? exports.wrap(
req, Hash.merge(opts, { base : undefined })
).source
: ''
)
;

@@ -64,0 +69,0 @@

2

package.json
{
"name" : "browserify",
"version" : "0.4.0",
"version" : "0.4.1",
"description" : "Browser-side require() for js directories and npm modules",

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

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