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

node-7z

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-7z - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 2.1.1 (2020-02-15)
* fix: Cannot find module 'lodash.flattenDeep' ([558d159](https://github.com/quentinrossetti/node-7z/commit/558d159))
* fix: Cannot find module 'lodash.isEmpty' ([1a49fb1](https://github.com/quentinrossetti/node-7z/commit/1a49fb1))
* dist: Update package-lock.json for devs ([8752906](https://github.com/quentinrossetti/node-7z/commit/8752906))
## 2.1.0 (2020-02-15)

@@ -2,0 +8,0 @@

2

package.json
{
"name": "node-7z",
"version": "2.1.0",
"version": "2.1.1",
"description": "A Node.js wrapper for 7-Zip with platform binaries",

@@ -5,0 +5,0 @@ "main": "./src/main.js",

@@ -15,3 +15,3 @@ // Copyright (c) 2014-2019, Quentin Rossetti <quentin.rossetti@gmail.com>

const flattenDeep = require('lodash.flattenDeep')
const flattenDeep = require('lodash.flattendeep')
const negate = require('lodash.negate')

@@ -18,0 +18,0 @@ const isEmpty = require('lodash.isempty')

@@ -16,3 +16,3 @@ // Copyright (c) 2014-2019, Quentin Rossetti <quentin.rossetti@gmail.com>

const negate = require('lodash.negate')
const isEmpty = require('lodash.isEmpty')
const isEmpty = require('lodash.isempty')
const defaultsDeep = require('lodash.defaultsdeep')

@@ -19,0 +19,0 @@ const { FLAGS, OPTIONS_DEFAULT } = require('./references')

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