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

nlf

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlf - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

25

lib/license-find.js

@@ -19,3 +19,3 @@ /**

'regex': [
/\sBSD\s/
/(?:^|\s)BSD\s/
]

@@ -26,4 +26,4 @@ },

'regex': [
/\sGPL\s/,
/\sGPLv2\s/
/(?:^|\s)GPL\s/,
/(?:^|\s)GPLv2\s/
]

@@ -34,3 +34,3 @@ },

'regex': [
/\sLGPL\s/
/(?:^|\s)LGPL\s/
]

@@ -41,4 +41,4 @@ },

'regex' : [
/\sMIT\s/,
/\s\(MIT\)\s/
/(?:^|\s)MIT\s/,
/(?:^|\s)\(MIT\)\s/
]

@@ -49,3 +49,3 @@ },

'regex': [
/\sApache\sLicen[cs]e\s/i
/(?:^|\s)Apache\sLicen[cs]e\s/i
]

@@ -56,3 +56,3 @@ },

'regex': [
/\sMPL\s/
/(?:^|\s)MPL\s/
]

@@ -63,5 +63,12 @@ },

'regex': [
/\sDO\sWHAT\sTHE\sFUCK\sYOU\sWANT\sTO\sPUBLIC\sLICEN[CS]E\s/i
/(?:^|\s)DO\sWHAT\sTHE\sFUCK\sYOU\sWANT\sTO\sPUBLIC\sLICEN[CS]E\s/i
]
},
{
'name': 'ISC',
'regex': [
/(?:^|\s)ISC\s/,
/(?:^|\s)\(ISC\)\s/
]
}

@@ -68,0 +75,0 @@ ],

@@ -6,3 +6,3 @@ {

"author": "Ian Kelly <iandotkelly@gmail.com>",
"version": "0.2.4",
"version": "0.2.5",
"license": "MIT",

@@ -9,0 +9,0 @@ "bin" : {

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