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 2.0.5 to 2.0.6

2

buildModules.js

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

} else {
var jsonStats = stats.toJson();
var jsonStats = stats.toJson({errorDetails: false})
//fs.writeFileSync("webpackstats.txt", JSON.stringify(jsonStats))

@@ -88,0 +88,0 @@

{
"name": "build-modules",
"version": "2.0.5",
"version": "2.0.6",
"main": "buildModules.js",

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

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

* 2.0.6 - turning off verbose webpack messages
* 2.0.5 - Fixing pathinfo

@@ -71,0 +72,0 @@ * 2.0.4 - (minor) slight improvement in how context is done under the hood, and an extra test

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