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 7.0.3 to 8.0.0

12

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

@@ -17,5 +17,5 @@ "contributors": [

"npm-license-corrections": "^1.0.0",
"read-package-tree": "^5.2.1",
"read-package-tree": "^5.3.1",
"run-parallel": "^1.1.9",
"semver": "^6.1.1",
"semver": "^6.3.0",
"simple-concat": "^1.0.0",

@@ -30,3 +30,2 @@ "spdx-expression-parse": "^3.0.0",

"LICENSE",
"NOTICE",
"index.js",

@@ -37,3 +36,4 @@ "licensee"

"spawn-sync": "^2.0.0",
"tap": "^11.0.0"
"standard": "^14.3.1",
"tap": "^14.5.0"
},

@@ -44,5 +44,5 @@ "license": "Apache-2.0",

"licenses": "./licensee --errors-only",
"lint": "npx standard index.js licensee",
"lint": "standard index.js licensee test/**/test.js",
"test": "tap tests/**/test.js"
}
}

@@ -0,4 +1,6 @@

# licensee
Check npm package dependency license metadata against rules.
# Configuration
## Configuration

@@ -117,3 +119,3 @@ Licensee accepts two kinds of configuration:

# Use
## Use

@@ -203,3 +205,3 @@ To install and use `licensee` globally:

# JavaScript Module
## JavaScript Module

@@ -206,0 +208,0 @@ The package exports an asynchronous function of three arguments:

Sorry, the diff of this file is not supported yet

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