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.3 to 1.1.4

5

lib/wrap.js

@@ -51,2 +51,7 @@ var detective = require('detective');

Wrap.prototype.use = function (ext, fn) {
if (typeof ext === 'object') {
fn = ext.wrapper;
ext = ext.extension;
}
if (ext === 'post') {

@@ -53,0 +58,0 @@ this.postFilters.push(fn);

2

package.json
{
"name" : "browserify",
"version" : "1.1.3",
"version" : "1.1.4",
"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