Socket
Socket
Sign inDemoInstall

builder-util-runtime

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder-util-runtime - npm Package Compare versions

Comparing version 1.0.8 to 2.0.0

11

out/blockMapApi.d.ts
export declare const BLOCK_MAP_FILE_NAME = "_blockMap.yml";
export declare const SIGNATURE_HEADER_SIZE: number;
export interface FileChunks {
checksums: Array<string>;
sizes: Array<number>;
}
export interface BlockMap {
blockSize: number;
hashMethod: "sha256" | "md5";
compressionLevel: 9 | 1;
version: "1" | "2";
files: Array<BlockMapFile>;
}
export interface BlockMapFile {
export interface BlockMapFile extends FileChunks {
name: string;
offset: number;
size: number;
blocks: Array<string>;
}
{
"name": "builder-util-runtime",
"version": "1.0.8",
"version": "2.0.0",
"main": "out/index.js",

@@ -5,0 +5,0 @@ "author": "Vladimir Krivosheev",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc