@atlaspack/rust
Advanced tools
+2
-2
| { | ||
| "name": "@atlaspack/rust", | ||
| "version": "3.2.1-canary.426+ecf8b7931", | ||
| "version": "3.2.1-canary.428+ad3c8223a", | ||
| "license": "(MIT OR Apache-2.0)", | ||
@@ -39,3 +39,3 @@ "publishConfig": { | ||
| "type": "commonjs", | ||
| "gitHead": "ecf8b7931c5516df2117d525cefff5d7e1d20bee" | ||
| "gitHead": "ad3c8223ab1abce9e8da81239cc56f27d37c7cad" | ||
| } |
+10
-0
@@ -346,2 +346,11 @@ /* tslint:disable */ | ||
| export interface PackageOptions { | ||
| /** | ||
| * When true, top-level `require()` variable declarations are removed and their | ||
| * usages are replaced with inline `(0, require("id"))` calls, deferring module | ||
| * initialisation to first use and improving startup performance. | ||
| */ | ||
| inlineRequires?: boolean; | ||
| } | ||
| export type JsSourceMap = SourceMap; | ||
@@ -392,2 +401,3 @@ export class SourceMap { | ||
| bundleId: string, | ||
| options?: PackageOptions, | ||
| ): Promise<[RunPackagerRunnerResult, AtlaspackNapiError]>; | ||
@@ -394,0 +404,0 @@ export interface CompiledCssInJsConfigPlugin { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
243681451
0.14%1491
0.61%3
50%