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

asar

Package Overview
Dependencies
Maintainers
5
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.4.0 to 0.4.1

5

lib/asar.js

@@ -75,2 +75,7 @@ var fs = require('fs');

module.exports.statFile = function(archive, filename) {
var filesystem = disk.readFilesystem(archive);
return filesystem.getFile(filename);
};
module.exports.listPackage = function(archive) {

@@ -77,0 +82,0 @@ return disk.readFilesystem(archive).listFiles()

2

package.json

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

"description": "Creating atom-shell app packages",
"version": "0.4.0",
"version": "0.4.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