Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

browserify-global-shim

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserify-global-shim - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

browserify-global-shim.js

@@ -18,3 +18,3 @@ 'use strict';

if(_.isUndefined(shim)) {
if(typeof shim === 'undefined') {
return cb();

@@ -21,0 +21,0 @@ }

{
"name": "browserify-global-shim",
"version": "1.0.1",
"version": "1.0.2",
"main": "browserify-global-shim.js",

@@ -16,7 +16,3 @@ "description": "Browserify transform for replacing modules with global variables",

},
"licenses": [
{
"type": "MIT"
}
],
"license": "MIT",
"devDependencies": {

@@ -33,5 +29,4 @@ "grunt-contrib-jshint": "~0.7.0",

"dependencies": {
"browserify-transform-tools": "~1.2.1",
"lodash": "~2.4.1"
"browserify-transform-tools": "^1.5.0"
}
}
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