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

@rushstack/webpack-embedded-dependencies-plugin

Package Overview
Dependencies
Maintainers
3
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/webpack-embedded-dependencies-plugin - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

2

dist/tsdoc-metadata.json

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.34.8"
"packageVersion": "7.34.9"
}
]
}

@@ -96,3 +96,3 @@ import type { Compiler, WebpackPluginInstance } from 'webpack';

*/
export declare type LicenseFileGeneratorFunction = (packages: IPackageData[]) => string;
export type LicenseFileGeneratorFunction = (packages: IPackageData[]) => string;
/**

@@ -109,3 +109,3 @@ * @beta

*/
export declare type LicenseFileName = `${string}.${'html' | 'md' | 'txt'}`;
export type LicenseFileName = `${string}.${'html' | 'md' | 'txt'}`;
/**

@@ -112,0 +112,0 @@ * @beta

{
"name": "@rushstack/webpack-embedded-dependencies-plugin",
"version": "0.1.9",
"version": "0.1.10",
"description": "This plugin analyzes bundled dependencies from Node Modules for use with Component Governance and License Scanning.",

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

"dependencies": {
"@rushstack/node-core-library": "3.59.0"
"@rushstack/node-core-library": "3.59.1"
},

@@ -30,6 +30,6 @@ "peerDependencies": {

"memfs": "3.4.3",
"@rushstack/webpack-plugin-utilities": "0.2.9",
"@rushstack/eslint-config": "3.2.0",
"@rushstack/heft": "0.50.5",
"@rushstack/heft-node-rig": "1.12.11"
"@rushstack/webpack-plugin-utilities": "0.2.10",
"@rushstack/eslint-config": "3.3.0",
"@rushstack/heft": "0.50.6",
"@rushstack/heft-node-rig": "1.13.0"
},

@@ -36,0 +36,0 @@ "scripts": {

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