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 5.0.0 to 5.0.1

1

lib/index.js

@@ -55,2 +55,3 @@ /*

moduleInfo.repository = json.repository.url.replace('git+ssh://git@', 'git://').replace('.git', '');
moduleInfo.repository = moduleInfo.repository.replace('git+https://github.com', 'https://github.com').replace('.git', '');
moduleInfo.repository = moduleInfo.repository.replace('git://github.com', 'https://github.com').replace('.git', '');

@@ -57,0 +58,0 @@ moduleInfo.repository = moduleInfo.repository.replace('git@github.com:', 'https://github.com/').replace('.git', '');

2

package.json

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

"author": "Dav Glass <davglass@gmail.com>",
"version": "5.0.0",
"version": "5.0.1",
"contributors": [

@@ -8,0 +8,0 @@ "Andrew Couch <andy@couchand.com>",

@@ -55,2 +55,12 @@ NPM License Checker

An asterisk next to a license name means that it was deduced from
an other file than package.json (README, LICENSE, ...)
You could see something like this:
```
└─ debug@2.0.0
β”œβ”€ repository: https://github.com/visionmedia/debug
└─ licenses: MIT*
```
Options

@@ -57,0 +67,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