New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

build-modules

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-modules - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

npm-shrinkwrap.json

2

buildModules.js

@@ -39,3 +39,3 @@ var fs = require('fs')

var unminifiedStream = fs.createWriteStream(buildDirectory+'/'+name+'.umd.js')
browserify().add(modulePath).bundle(bundleOps).pipe(unminifiedStream)
browserify(bundleOps).add(modulePath).bundle().pipe(unminifiedStream)

@@ -42,0 +42,0 @@ unminifiedStream.on('close', function() {

{
"name": "build-modules",
"version": "1.0.11",
"version": "1.0.12",
"main": "buildModules.js",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -51,2 +51,3 @@ `build-modules`

* 1.0.12 - Updating to fix breaking change in browserify. Also shrinkwrapping so this never happens again.
* 1.0.10 - upgrading modules so no dependencies have post-install scripts (which npm chokes on very often)

@@ -53,0 +54,0 @@ * 1.0.9

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