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

license-report

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

license-report - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

lib/extractLicense.js

@@ -14,3 +14,6 @@ var util = require('util')

result += json.licenses[i].type
if (typeof json.licenses[i] === 'string' )
result += json.licenses[i]
else
result += json.licenses[i].type
}

@@ -17,0 +20,0 @@

2

package.json
{
"name": "license-report",
"version": "1.0.1",
"version": "1.0.2",
"description": "creates a short report about project's dependencies (license, url etc)",

@@ -5,0 +5,0 @@ "main": "index.js",

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