Socket
Socket
Sign inDemoInstall

@bundle-stats/plugin-webpack-validate

Package Overview
Dependencies
Maintainers
3
Versions
278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bundle-stats/plugin-webpack-validate - npm Package Compare versions

Comparing version 4.8.1-beta.2 to 4.8.1-beta.3

2

lib-esm/schemas.js

@@ -14,3 +14,3 @@ import { intersection, union, optional, nullable, nonempty, array, boolean, type, number, string, } from 'superstruct';

size: number(),
chunks: optional(array(nullable(union([number(), string()])))),
chunks: array(nullable(union([number(), string()]))),
modules: optional(array(type({ name: string(), size: number() }))),

@@ -17,0 +17,0 @@ });

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

size: (0, superstruct_1.number)(),
chunks: (0, superstruct_1.optional)((0, superstruct_1.array)((0, superstruct_1.nullable)((0, superstruct_1.union)([(0, superstruct_1.number)(), (0, superstruct_1.string)()])))),
chunks: (0, superstruct_1.array)((0, superstruct_1.nullable)((0, superstruct_1.union)([(0, superstruct_1.number)(), (0, superstruct_1.string)()]))),
modules: (0, superstruct_1.optional)((0, superstruct_1.array)((0, superstruct_1.type)({ name: (0, superstruct_1.string)(), size: (0, superstruct_1.number)() }))),

@@ -20,0 +20,0 @@ });

{
"name": "@bundle-stats/plugin-webpack-validate",
"version": "4.8.1-beta.2",
"version": "4.8.1-beta.3",
"description": "BundleStats webpack validate plugin",

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

},
"gitHead": "efd0c3cb663dc16ed66dc920fe97ecb9d75d9369"
"gitHead": "fe38e0d970b06a4775b2a3964a79cba2e963ee0d"
}

@@ -20,3 +20,3 @@ export declare const WebpackSourceAssetStruct: import("superstruct").Struct<{

size: number;
chunks?: (string | number | null)[] | undefined;
chunks: (string | number | null)[];
modules?: {

@@ -29,3 +29,3 @@ name: string;

size: import("superstruct").Struct<number, null>;
chunks: import("superstruct").Struct<(string | number | null)[] | undefined, import("superstruct").Struct<string | number | null, null>>;
chunks: import("superstruct").Struct<(string | number | null)[], import("superstruct").Struct<string | number | null, null>>;
modules: import("superstruct").Struct<{

@@ -83,3 +83,3 @@ name: string;

size: number;
chunks?: (string | number | null)[] | undefined;
chunks: (string | number | null)[];
modules?: {

@@ -110,3 +110,3 @@ name: string;

size: number;
chunks?: (string | number | null)[] | undefined;
chunks: (string | number | null)[];
modules?: {

@@ -123,3 +123,3 @@ name: string;

size: number;
chunks?: (string | number | null)[] | undefined;
chunks: (string | number | null)[];
modules?: {

@@ -126,0 +126,0 @@ name: string;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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