libnpmdiff
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -12,3 +12,3 @@ const { relative } = require('path') | ||
// thus avoiding running the prepare scripts and the extra logic from packlist | ||
const nodeModulesTarball = (manifest, opts) => | ||
const nodeModulesTarball = (manifest) => | ||
pkgContents({ path: manifest._resolved, depth: 1 }) | ||
@@ -15,0 +15,0 @@ .then(files => |
{ | ||
"name": "libnpmdiff", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "The registry diff", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/npm/cli.git", | ||
"url": "git+https://github.com/npm/cli.git", | ||
"directory": "workspaces/libnpmdiff" | ||
@@ -9,0 +9,0 @@ }, |
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
14501