Socket
Socket
Sign inDemoInstall

asar

Package Overview
Dependencies
Maintainers
8
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asar - npm Package Compare versions

Comparing version 0.14.1 to 0.14.2

6

lib/disk.js

@@ -21,6 +21,2 @@ 'use strict'

const writeFileListToStream = function (dest, filesystem, out, list, metadata, callback) {
if (list.length === 0) {
out.end()
return callback(null)
}
for (let i = 0; i < list.length; i++) {

@@ -46,2 +42,4 @@ const file = list[i]

}
out.end()
return callback(null)
}

@@ -48,0 +46,0 @@

@@ -5,3 +5,3 @@ {

"description": "Creating Electron app packages",
"version": "0.14.1",
"version": "0.14.2",
"bin": {

@@ -8,0 +8,0 @@ "asar": "./bin/asar.js"

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