You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@atlaspack/rust

Package Overview
Dependencies
Maintainers
3
Versions
989
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.442
to
3.2.1-canary.443
+22
-0
index.d.ts

@@ -161,2 +161,11 @@ /* tslint:disable */

unsafeSkipPattern?: string
/**
*
* Browserslist environment (e.g. "development" or "production") for package.json "browserslist".
* Used so CSS normalization uses the same env as Babel.
*
* Defaults to `None`.
*
*/
browserslistEnv?: string
}

@@ -182,2 +191,4 @@ export interface CompiledCssInJsConfigPlugin {

unsafeSkipPattern?: string
/** Browserslist environment (e.g. "development" or "production") for package.json "browserslist". */
browserslistEnv?: string
}

@@ -190,2 +201,7 @@ export interface CompiledCssInJsPluginInput {

config: CompiledCssInJsConfigPlugin
/**
* Browserslist environment (e.g. "development" or "production") so resolution
* uses the same key as Babel (confluence/package.json "browserslist"."development"|"production").
*/
browserslistEnv?: string
}

@@ -347,2 +363,8 @@ export interface CompiledCssInJsPluginResult {

unsafeSkipPattern?: string
/**
*
* Browserslist environment (e.g. "development" or "production") for package.json "browserslist".
*
*/
browserslistEnv?: string
}

@@ -349,0 +371,0 @@ export interface DetailedMemoryStats {

+2
-2
{
"name": "@atlaspack/rust",
"version": "3.2.1-canary.442+939d5bd41",
"version": "3.2.1-canary.443+ea9730dd9",
"license": "(MIT OR Apache-2.0)",

@@ -39,3 +39,3 @@ "publishConfig": {

"type": "commonjs",
"gitHead": "939d5bd41b3bcb5508f58ca41165d48122762e26"
"gitHead": "ea9730dd953d0512c2ab97cbba810e7a297a29a6"
}

@@ -428,2 +428,4 @@ /* tslint:disable */

unsafeSkipPattern?: string;
/** Browserslist environment (e.g. "development" or "production") for package.json "browserslist". */
browserslistEnv?: string;
}

@@ -430,0 +432,0 @@ export declare function hashCode(rawCode: string): string;

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