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

@bundle-stats/utils

Package Overview
Dependencies
Maintainers
2
Versions
487
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bundle-stats/utils - npm Package Compare versions

Comparing version 2.3.0-beta.10 to 2.3.0-beta.11

2

lib-esm/webpack/extract/assets.js

@@ -24,3 +24,3 @@ "use strict";

const IGNORE_PATTERN = /\.map$/;
const IGNORE_PATTERN = /\.(map|LICENSE\.txt)$/;

@@ -27,0 +27,0 @@ const extractAssets = webpackStats => {

@@ -24,3 +24,3 @@ "use strict";

const IGNORE_PATTERN = /\.map$/;
const IGNORE_PATTERN = /\.(map|LICENSE\.txt)$/;

@@ -27,0 +27,0 @@ const extractAssets = webpackStats => {

{
"name": "@bundle-stats/utils",
"version": "2.3.0-beta.10",
"version": "2.3.0-beta.11",
"description": "BundleStats utils",

@@ -57,3 +57,3 @@ "main": "lib/index.js",

},
"gitHead": "c0338de1258349d1fe6faaa257817a057f1e1de8"
"gitHead": "e224c9218fc7f706f8dd642b8afbd08f465cdfa8"
}

@@ -5,3 +5,3 @@ import { get } from 'lodash';

const IGNORE_PATTERN = /\.map$/;
const IGNORE_PATTERN = /\.(map|LICENSE\.txt)$/;

@@ -8,0 +8,0 @@ export const extractAssets = (webpackStats) => {

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