Socket
Socket
Sign inDemoInstall

asar

Package Overview
Dependencies
Maintainers
2
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 2.0.1 to 2.0.3

22

CHANGELOG.md

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

## [2.0.1](https://github.com/electron/asar/compare/v2.0.0...v2.0.1) (2019-04-29)
## [2.0.3](https://github.com/electron/asar/compare/v2.0.2...v2.0.3) (2019-12-13)

@@ -6,17 +6,29 @@

* don't monkeypatch fs with promisified versions ([#176](https://github.com/electron/asar/issues/176)) ([319dd81](https://github.com/electron/asar/commit/319dd81))
* use CFA v2 ([e49bdc7](https://github.com/electron/asar/commit/e49bdc7))
# Changes By Version
## [2.0.1](https://github.com/electron/asar/compare/v2.0.0...v2.0.1) - 2019-04-29
### Fixed
* Don't monkeypatch fs with promisified versions ([#176](https://github.com/electron/asar/issues/176)) ([319dd81](https://github.com/electron/asar/commit/319dd81))
## [2.0.0](https://github.com/electron/asar/compare/v1.0.0...v2.0.0) - 2019-04-27
### Removed
* Support for Node < 8 ([#170](https://github.com/electron/asar/issues/170)) ([8a03eae](https://github.com/electron/asar/commit/8a03eae))
## 1.0.0 - 2019-02-19
## Added
### Added
* Promise-based async API (#165)
## Changed
### Changed
* This module requires Node 6 or later (#165)
## Removed
### Removed

@@ -23,0 +35,0 @@ * V8 snapshot support, which was undocumented and used an unmaintained dependency, which itself had a dependency with a security vulnerability (#165)

@@ -132,3 +132,3 @@ 'use strict'

case 'link':
filesystem.insertLink(filename, file.stat)
filesystem.insertLink(filename)
break

@@ -135,0 +135,0 @@ }

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

"description": "Creating Electron app packages",
"version": "2.0.1",
"version": "2.0.3",
"bin": {

@@ -41,3 +41,3 @@ "asar": "./bin/asar.js"

"devDependencies": {
"@continuous-auth/semantic-release-npm": "^1.0.3",
"@continuous-auth/semantic-release-npm": "^2.0.0",
"@semantic-release/changelog": "^3.0.2",

@@ -44,0 +44,0 @@ "electron": "^5.0.0",

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