@atlaspack/rust
Advanced tools
+16
-0
@@ -449,2 +449,18 @@ /* tslint:disable */ | ||
| } | ||
| /** | ||
| * Per-bundle info returned to JS after a full native build, mirroring the JS | ||
| * `PackagedBundleInfo` type used to populate `bundleInfo` in `Atlaspack._build()`. | ||
| */ | ||
| export interface JsPackagedBundleInfo { | ||
| /** Absolute path to the written bundle file on disk. */ | ||
| filePath: string | ||
| /** The bundle ID (same key used in the bundleInfo map). */ | ||
| bundleId: string | ||
| /** The bundle type (e.g. "js", "css"). */ | ||
| type: string | ||
| /** File size in bytes after hash substitution. */ | ||
| size: number | ||
| /** Wall-clock packaging time in milliseconds. */ | ||
| time: number | ||
| } | ||
| export interface JsPackageResult { | ||
@@ -451,0 +467,0 @@ bundleInfo: JsBundleInfo |
+2
-2
| { | ||
| "name": "@atlaspack/rust", | ||
| "version": "3.2.1-canary.438+cba96b1a1", | ||
| "version": "3.2.1-canary.439+ffa1e4276", | ||
| "license": "(MIT OR Apache-2.0)", | ||
@@ -39,3 +39,3 @@ "publishConfig": { | ||
| "type": "commonjs", | ||
| "gitHead": "cba96b1a15c07703ee104bf2a2888cc715575cbd" | ||
| "gitHead": "ffa1e4276c22cc48b6be45ac81df8adde85f2237" | ||
| } |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
246040500
0.01%1558
1.04%