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

@statoscope/webpack-model

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@statoscope/webpack-model - npm Package Compare versions

Comparing version 5.3.1 to 5.4.0

dist/entity-resolver.d.ts

2

dist/index.d.ts

@@ -12,4 +12,4 @@ import joraHelpers from './jora-helpers';

compilations: NormalizedCompilation[];
query: (query: string, data?: unknown) => unknown;
query: (query: string, data?: unknown, context?: unknown) => unknown;
};
export declare function prepareWithJora(stats: RawStatsFileDescriptor | RawStatsFileDescriptor[], options?: Options): Prepared;

@@ -41,7 +41,7 @@ "use strict";

});
const context = {};
const rootContext = {};
return {
files,
compilations: compilations.map((c) => c.data),
query: (query, data) => j(query)(data || files, context),
query: (query, data, context = rootContext) => j(query)(data || files, context),
};

@@ -48,0 +48,0 @@ }

{
"name": "@statoscope/webpack-model",
"version": "5.3.1",
"version": "5.4.0",
"description": "This package contains helpers to process webpack stats",

@@ -25,7 +25,7 @@ "main": "./dist/index.js",

"dependencies": {
"@statoscope/extensions": "5.3.0",
"@statoscope/helpers": "5.3.0",
"@statoscope/stats": "5.3.0",
"@statoscope/stats-extension-compressed": "^5.3.1",
"@statoscope/stats-extension-package-info": "^5.3.1",
"@statoscope/extensions": "^5.3.0",
"@statoscope/helpers": "^5.4.0",
"@statoscope/stats": "^5.3.0",
"@statoscope/stats-extension-compressed": "^5.4.0",
"@statoscope/stats-extension-package-info": "^5.4.0",
"ajv": "^8.5.0",

@@ -38,4 +38,3 @@ "jora": "^1.0.0-beta.5",

"flatted": "^3.1.1"
},
"gitHead": "a6c4b35ab9ed303afc42c054fe56d678a655cf72"
}
}

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