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

bundle-internals

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundle-internals - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 1.1.1 (05 August 2019)
* fix crash when group doesn't have runtimeChunk
## 1.1.0 (05 August 2019)

@@ -2,0 +6,0 @@

2

package.json
{
"name": "bundle-internals",
"version": "1.1.0",
"version": "1.1.1",
"description": "The webpack plugin that collects a debug information about your webpack bundle (e.g. bundled modules, input entry points, and output assets)",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -268,3 +268,3 @@ const fs = require('fs');

name: group.runtimeChunk.name,
module: this.getModuleId(group.runtimeChunk.entryModule),
module: group.runtimeChunk.entryModule && this.getModuleId(group.runtimeChunk.entryModule),
chunks: group.chunks.map(chunk => chunk.id)

@@ -271,0 +271,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