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

advzip-bin

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

advzip-bin - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

7

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [2.0.0] - 2019-10-09
- Dependencies updated.
- Node version 8+ is now required.
## [1.1.0] - 2019-01-20

@@ -14,3 +18,4 @@ - Dependencies updated.

[Unreleased]: https://github.com/elliot-nelson/advzip-bin/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/elliot-nelson/advzip-bin/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/elliot-nelson/advzip-bin/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/elliot-nelson/advzip-bin/compare/v1.0.0...v1.1.0

10

package.json
{
"name": "advzip-bin",
"version": "1.1.0",
"version": "2.0.0",
"description": "AdvZIP bin-wrapper that makes it seamlessly available as a local dependency",

@@ -12,3 +12,3 @@ "license": "MIT",

"engines": {
"node": ">=6"
"node": ">=8"
},

@@ -39,6 +39,6 @@ "scripts": {

"compare-size": "^3.0.0",
"execa": "^0.6.3",
"jasmine": "^3.2.0",
"tempy": "^0.1.0"
"execa": "^2.1.0",
"jasmine": "^3.5.0",
"tempy": "^0.3.0"
}
}

@@ -13,4 +13,8 @@ # advzip-bin [![Build Status](https://travis-ci.org/elliot-nelson/advzip-bin.svg?branch=master)](https://travis-ci.org/elliot-nelson/advzip-bin)

When installed in a project, the `advzip` executable will be installed in your `node_modules`
folder. Require the `advzip-bin` module from your project to retrieve the path to the executable,
for example:
```js
const {execFile} = require('child_process');
const { execFile } = require('child_process');
const advzip = require('advzip-bin');

@@ -23,3 +27,3 @@

## CLI
## CLI Usage

@@ -26,0 +30,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