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

5

dist/module.js

@@ -27,2 +27,7 @@ "use strict";

function moduleResource(module) {
if ((module === null || module === void 0 ? void 0 : module.moduleType) &&
((module === null || module === void 0 ? void 0 : module.moduleType) === 'provide-module' ||
(module === null || module === void 0 ? void 0 : module.moduleType) === 'consume-shared-module')) {
return module.name;
}
return moduleNameResource(module && module.name);

@@ -29,0 +34,0 @@ }

4

package.json
{
"name": "@statoscope/webpack-model",
"version": "5.19.0",
"version": "5.19.1",
"description": "This package contains helpers to process webpack stats",

@@ -37,3 +37,3 @@ "main": "./dist/index.js",

},
"gitHead": "e18702f042e97b40aa41b9d4b8b8e2681846f431"
"gitHead": "f87c943d617f2dfe1a479962ec84d7e2251473c9"
}

@@ -17,2 +17,3 @@ import { StatsDescriptor } from '@statoscope/stats';

type RawModule = {
moduleType?: string;
type: string;

@@ -19,0 +20,0 @@ id: ModuleID;

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