New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

licenses

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

licenses - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

.travis.yml

2

index.js

@@ -104,3 +104,3 @@ 'use strict';

parse.Content = require('./content'); // Parse license of out file content.
parse.Parser = require('./Parser'); // Base parser class.
parse.Parser = require('./parser'); // Base parser class.
parse.Github = require('./github'); // Parse license info from github.

@@ -107,0 +107,0 @@

{
"name": "licenses",
"version": "0.0.4",
"version": "0.0.5",
"description": "A small tool that detects licensing information for a given Node.js module",

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

# Licenses
[![Build Status](https://travis-ci.org/3rd-Eden/licenses.png)](https://travis-ci.org/3rd-Eden/licenses)
Licenses.. This is the most painful part about Open Source. There are so many

@@ -4,0 +6,0 @@ different licenses and they all have different restrictions. In order to know

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