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.6 to 1.0.8

4

index.js

@@ -117,6 +117,6 @@ #!/usr/bin/env node

if (~~packageIndex.indexOf(package)) {
if (packageIndex.indexOf(package) === -1) {
packageIndex.push(package)
}
}
}
}
{
"name": "license-report",
"version": "1.0.6",
"version": "1.0.8",
"description": "creates a short report about project's dependencies (license, url etc)",

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

@@ -54,2 +54,6 @@ # license report tool

### TODO
1. complete exclude libraries feature
2. refactor getPackageJson and getPackageReportData to be usable for both local filesystem and npm
![ironSource logo](ironsource.png)

@@ -28,3 +28,3 @@ var assert = require('assert')

getPackageReportData('async', '0.0.1', function(err, data) {
assert(~err.message.indexOf('cannot find a version that satisfies range'))
assert(err.message.indexOf('cannot find a version that satisfies range') === -1)

@@ -31,0 +31,0 @@ done()

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