Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-webpack-stats

Package Overview
Dependencies
Maintainers
0
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-webpack-stats - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4-beta.1

5

dist/transform.d.ts

@@ -33,2 +33,7 @@ import type { OutputAsset, OutputBundle, OutputChunk, RenderedModule } from 'rollup';

}
export type ChunksParents = Record<string, Array<OutputChunk>>;
/**
* Recursivily check if a chunk is async based on the chunks parents
*/
export declare const lookupChunkAsync: (chunk: OutputChunk, chunksParents: ChunksParents) => boolean;
type AssetSource = OutputChunk | OutputAsset;

@@ -35,0 +40,0 @@ type ChunkSource = OutputChunk;

2

package.json
{
"name": "rollup-plugin-webpack-stats",
"version": "1.2.3",
"version": "1.2.4-beta.1",
"private": false,

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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