Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asar

Package Overview
Dependencies
Maintainers
7
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.12.0 to 0.12.1

2

lib/asar.js

@@ -150,3 +150,3 @@ (function() {

}
return done();
return process.nextTick(done);
};

@@ -153,0 +153,0 @@ insertsDone = function() {

@@ -68,3 +68,3 @@ (function() {

node.unpacked = true;
callback();
process.nextTick(callback);
return;

@@ -105,3 +105,3 @@ }

} else {
return handler();
return process.nextTick(handler);
}

@@ -108,0 +108,0 @@ };

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

"description": "Creating atom-shell app packages",
"version": "0.12.0",
"version": "0.12.1",
"bin": {

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

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