Socket
Socket
Sign inDemoInstall

licensee

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

licensee - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

2

index.js

@@ -59,3 +59,3 @@ module.exports = licensee

var child = spawn(
'npm', ['ls', '--production', '--json'], {cwd: path}
'npm', ['ls', '--production', '--json'], { cwd: path }
)

@@ -62,0 +62,0 @@ var outputError

{
"name": "licensee",
"description": "check dependency licenses against rules",
"version": "5.0.0",
"version": "5.1.0",
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)",

@@ -11,9 +11,9 @@ "contributors": [

"docopt": "^0.6.2",
"fs-access": "^1.0.0",
"fs-access": "^2.0.0",
"json-parse-errback": "^2.0.1",
"read-package-tree": "^5.2.1",
"run-parallel": "^1.1.9",
"semver": "^5.5.0",
"semver": "^5.6.0",
"simple-concat": "^1.0.0",
"spdx-expression-validate": "^1.0.1",
"spdx-expression-validate": "^2.0.0",
"spdx-satisfies": "^4.0.0"

@@ -29,5 +29,5 @@ },

"devDependencies": {
"spawn-sync": "^1.0.15",
"standard": "^11.0.1",
"tap": "^12.0.1"
"spawn-sync": "^2.0.0",
"standard": "^12.0.1",
"tap": "^11.0.0"
},

@@ -34,0 +34,0 @@ "license": "Apache-2.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