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

license-checker

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

license-checker - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

lib/index.js

@@ -80,3 +80,3 @@

if (fs.lstatSync(licenseFile).isFile()) {
if (moduleInfo.licenses.indexOf(UNKNOWN) > -1) {
if (!moduleInfo.licenses || moduleInfo.licenses.indexOf(UNKNOWN) > -1) {
//Only re-check the license if we didn't get it from elsewhere

@@ -83,0 +83,0 @@ moduleInfo.licenses = license(fs.readFileSync(licenseFile, {encoding: 'utf8'}));

@@ -5,3 +5,3 @@ {

"author": "Dav Glass <davglass@gmail.com>",
"version": "3.0.1",
"version": "3.0.2",
"dependencies": {

@@ -8,0 +8,0 @@ "chalk": "~0.5.1",

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