Comparing version 2.1.0 to 2.1.1
@@ -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 @@ |
{ | ||
"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') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
103329