Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@atlaspack/rust

Package Overview
Dependencies
Maintainers
3
Versions
975
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaspack/rust - npm Package Compare versions

Comparing version
3.2.1-canary.426
to
3.2.1-canary.428
+2
-2
package.json
{
"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"
}

@@ -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