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
985
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.438
to
3.2.1-canary.439
+16
-0
index.d.ts

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