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.2.7 to 1.2.8

4

lib/wrap.js

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

Wrap.prototype.reload = function (name) {
if (this.files[name]) {
if (this.files[name] !== undefined) {
var file = this.files[name];

@@ -224,3 +224,3 @@ delete this.files[name];

}
else if (this.entries[name]) {
else if (this.entries[name] !== undefined) {
this.appends.splice(this.entries[name], 1);

@@ -227,0 +227,0 @@ this.addEntry(name);

{
"name" : "browserify",
"version" : "1.2.7",
"version" : "1.2.8",
"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