@rushstack/webpack-embedded-dependencies-plugin 0.3.8 → 0.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +60 -0
- package/CHANGELOG.md +21 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -15
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,66 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/webpack-embedded-dependencies-plugin",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.3.12",
|
|
6
|
+
"tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.3.12",
|
|
7
|
+
"date": "Fri, 30 Jan 2026 01:16:13 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.5.11`"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.11`"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"version": "0.3.11",
|
|
21
|
+
"tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.3.11",
|
|
22
|
+
"date": "Thu, 08 Jan 2026 01:12:30 GMT",
|
|
23
|
+
"comments": {
|
|
24
|
+
"dependency": [
|
|
25
|
+
{
|
|
26
|
+
"comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.5.10`"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.10`"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"version": "0.3.10",
|
|
36
|
+
"tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.3.10",
|
|
37
|
+
"date": "Wed, 07 Jan 2026 01:12:25 GMT",
|
|
38
|
+
"comments": {
|
|
39
|
+
"dependency": [
|
|
40
|
+
{
|
|
41
|
+
"comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.5.9`"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.9`"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"version": "0.3.9",
|
|
51
|
+
"tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.3.9",
|
|
52
|
+
"date": "Mon, 05 Jan 2026 16:12:49 GMT",
|
|
53
|
+
"comments": {
|
|
54
|
+
"dependency": [
|
|
55
|
+
{
|
|
56
|
+
"comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.5.8`"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.8`"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
4
64
|
{
|
|
5
65
|
"version": "0.3.8",
|
|
6
66
|
"tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.3.8",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
# Change Log - @rushstack/webpack-embedded-dependencies-plugin
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 30 Jan 2026 01:16:13 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.3.12
|
|
6
|
+
Fri, 30 Jan 2026 01:16:13 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 0.3.11
|
|
11
|
+
Thu, 08 Jan 2026 01:12:30 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 0.3.10
|
|
16
|
+
Wed, 07 Jan 2026 01:12:25 GMT
|
|
17
|
+
|
|
18
|
+
_Version update only_
|
|
19
|
+
|
|
20
|
+
## 0.3.9
|
|
21
|
+
Mon, 05 Jan 2026 16:12:49 GMT
|
|
22
|
+
|
|
23
|
+
_Version update only_
|
|
4
24
|
|
|
5
25
|
## 0.3.8
|
|
6
26
|
Thu, 18 Dec 2025 01:13:04 GMT
|
package/dist/tsdoc-metadata.json
CHANGED
package/lib/index.d.ts
CHANGED
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
* @packageDocumentation
|
|
11
11
|
*/
|
|
12
12
|
import EmbeddedDependenciesWebpackPlugin from './EmbeddedDependenciesWebpackPlugin';
|
|
13
|
-
export
|
|
13
|
+
export type { IPackageData, IEmbeddedDependenciesWebpackPluginOptions, LicenseFileGeneratorFunction, LicenseFileName } from './EmbeddedDependenciesWebpackPlugin';
|
|
14
14
|
export default EmbeddedDependenciesWebpackPlugin;
|
|
15
15
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAEH,OAAO,iCAAiC,MAAM,qCAAqC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAEH,OAAO,iCAAiC,MAAM,qCAAqC,CAAC;AAEpF,YAAY,EACV,YAAY,EACZ,yCAAyC,EACzC,4BAA4B,EAC5B,eAAe,EAChB,MAAM,qCAAqC,CAAC;AAE7C,eAAe,iCAAiC,CAAC"}
|
package/lib/index.js
CHANGED
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
|
|
3
3
|
// See LICENSE in the project root for license information.
|
|
4
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
-
if (k2 === undefined) k2 = k;
|
|
6
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
-
}
|
|
10
|
-
Object.defineProperty(o, k2, desc);
|
|
11
|
-
}) : (function(o, m, k, k2) {
|
|
12
|
-
if (k2 === undefined) k2 = k;
|
|
13
|
-
o[k2] = m[k];
|
|
14
|
-
}));
|
|
15
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
-
};
|
|
18
4
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19
5
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
20
6
|
};
|
|
@@ -31,6 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
31
17
|
* @packageDocumentation
|
|
32
18
|
*/
|
|
33
19
|
const EmbeddedDependenciesWebpackPlugin_1 = __importDefault(require("./EmbeddedDependenciesWebpackPlugin"));
|
|
34
|
-
__exportStar(require("./EmbeddedDependenciesWebpackPlugin"), exports);
|
|
35
20
|
exports.default = EmbeddedDependenciesWebpackPlugin_1.default;
|
|
36
21
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;;;AAE3D;;;;;;;;;;GAUG;AAEH,4GAAoF;AASpF,kBAAe,2CAAiC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\n/**\n * A webpack plugin for generating a list of embedded dependencies. Embedded dependencies are third-party packages which are being\n * bundled into your released code and are often times subject to license, security, and other legal requirements. This plugin\n * aims to make it easier to generate a list of embedded dependencies and their associated metadata, so they can be analyzed by additional tools.\n *\n * @remarks\n * The plugin also includes the ability to generate a secondary asset which contains the license text for each embedded dependency into a single file called\n * THIRD-PARTY-NOTICES.html. This is a common legal requirement for large companies deploying commercial services/products containing open source code.\n *\n * @packageDocumentation\n */\n\nimport EmbeddedDependenciesWebpackPlugin from './EmbeddedDependenciesWebpackPlugin';\n\nexport type {\n IPackageData,\n IEmbeddedDependenciesWebpackPluginOptions,\n LicenseFileGeneratorFunction,\n LicenseFileName\n} from './EmbeddedDependenciesWebpackPlugin';\n\nexport default EmbeddedDependenciesWebpackPlugin;\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/webpack-embedded-dependencies-plugin",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.12",
|
|
4
4
|
"description": "This plugin analyzes bundled dependencies from Node Modules for use with Component Governance and License Scanning.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "dist/webpack-embedded-dependencies-plugin.d.ts",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"eslint": "~9.37.0",
|
|
26
26
|
"webpack": "~5.103.0",
|
|
27
27
|
"memfs": "4.12.0",
|
|
28
|
+
"@rushstack/heft": "1.1.11",
|
|
28
29
|
"local-node-rig": "1.0.0",
|
|
29
|
-
"@rushstack/
|
|
30
|
-
"@rushstack/webpack-plugin-utilities": "0.5.7"
|
|
30
|
+
"@rushstack/webpack-plugin-utilities": "0.5.11"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "heft build --clean",
|