Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4 to 1.2.0

6

CHANGELOG.md

@@ -0,4 +1,8 @@

## 1.2.0 (16 March 2020)
* allow to edit payload before saving
## 1.1.4 (12 March 2020)
* fix crash
* fix crash when a chunk was extracted (e.g. when using `mini-css-extract-plugin`)

@@ -5,0 +9,0 @@ ## 1.1.3 (03 March 2020)

2

package.json
{
"name": "bundle-internals",
"version": "1.1.4",
"version": "1.2.0",
"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",

@@ -301,2 +301,4 @@ const fs = require('fs');

this.hooks.data.call(data);
const { saveTo } = this.options;

@@ -308,4 +310,2 @@

this.hooks.data.call(data);
cb();

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