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 3.1.0 to 3.2.0

4

CHANGELOG.md

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

# [3.1.0](https://github.com/electron/asar/compare/v3.0.3...v3.1.0) (2021-09-09)
# [3.2.0](https://github.com/electron/asar/compare/v3.1.0...v3.2.0) (2022-07-29)

@@ -6,3 +6,3 @@

* add file hashes to asar header ([#221](https://github.com/electron/asar/issues/221)) ([94cb8bd](https://github.com/electron/asar/commit/94cb8bdfea6257d7bc67f72ed80a790c2b5dae3a))
* give better hints when failing due to bad links ([#241](https://github.com/electron/asar/issues/241)) ([db6d154](https://github.com/electron/asar/commit/db6d1541be05f67933f07c6f30d2425a05f13182))

@@ -9,0 +9,0 @@ # Changes By Version

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

if (link.substr(0, 2) === '..') {
throw new Error(`${p}: file links out of the package`)
throw new Error(`${p}: file "${link}" links out of the package`)
}

@@ -104,0 +104,0 @@ const node = this.searchNodeFromPath(p)

{
"name": "asar",
"description": "Creating Electron app packages",
"version": "3.1.0",
"version": "3.2.0",
"main": "./lib/asar.js",

@@ -6,0 +6,0 @@ "types": "./lib/index.d.ts",

# asar - Electron Archive
[![CircleCI build status](https://circleci.com/gh/electron/asar/tree/main.svg?style=svg)](https://circleci.com/gh/electron/asar/tree/main)
[![dependencies](http://img.shields.io/david/electron/asar.svg?style=flat-square)](https://david-dm.org/electron/asar)
[![npm version](http://img.shields.io/npm/v/asar.svg?style=flat-square)](https://npmjs.org/package/asar)
[![CircleCI build status](https://circleci.com/gh/electron/asar/tree/main.svg?style=shield)](https://circleci.com/gh/electron/asar/tree/main)
[![npm version](http://img.shields.io/npm/v/asar.svg)](https://npmjs.org/package/asar)

@@ -7,0 +6,0 @@ Asar is a simple extensive archive format, it works like `tar` that concatenates

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