Socket
Socket
Sign inDemoInstall

builder-util-runtime

Package Overview
Dependencies
Maintainers
1
Versions
99
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 3.3.1 to 3.4.0

2

out/blockMapApi.d.ts

@@ -1,2 +0,2 @@

export declare const BLOCK_MAP_FILE_NAME = "_blockMap.yml";
export declare const BLOCK_MAP_FILE_NAME = "_blockMap.blockmap";
export declare const SIGNATURE_HEADER_SIZE: number;

@@ -3,0 +3,0 @@ export interface FileChunks {

@@ -53,3 +53,3 @@ "use strict";

const BLOCK_MAP_FILE_NAME = exports.BLOCK_MAP_FILE_NAME = "_blockMap.yml";
const BLOCK_MAP_FILE_NAME = exports.BLOCK_MAP_FILE_NAME = "_blockMap.blockmap";
const SIGNATURE_HEADER_SIZE = exports.SIGNATURE_HEADER_SIZE = 12 /* signature + 2 bytes version + 4 bytes CRC */ + 20;

@@ -14,3 +14,4 @@ /// <reference types="node" />

/**
* The file size. Used when block map data is embedded into the file (appimage, windows web installer package).
* The file size. Used to verify downloaded size (save one HTTP request to get length).
* Also used when block map data is embedded into the file (appimage, windows web installer package).
*/

@@ -17,0 +18,0 @@ size?: number;

{
"name": "builder-util-runtime",
"version": "3.3.1",
"version": "3.4.0",
"main": "out/index.js",

@@ -18,3 +18,3 @@ "author": "Vladimir Krivosheev",

"debug": "^3.1.0",
"fs-extra-p": "^4.4.5",
"fs-extra-p": "^4.5.0",
"bluebird-lst": "^1.0.5",

@@ -21,0 +21,0 @@ "sax": "^1.2.4"

Sorry, the diff of this file is not supported yet

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