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

licenses

Package Overview
Dependencies
Maintainers
4
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.19 to 0.0.20

2

index.js

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

options.order = options.order || ['registry', 'github', 'content'];
options.registry = options.registy || Registry.mirrors.nodejitsu;
options.registry = options.registry || Registry.mirrors.nodejitsu;
options.npmjs = 'string' !== typeof options.registry

@@ -42,0 +42,0 @@ ? options.registry

{
"name": "licenses",
"version": "0.0.19",
"version": "0.0.20",
"description": "A small tool that detects licensing information for a given Node.js module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/3rd-Eden/licenses.git"
},
"scripts": {

@@ -7,0 +11,0 @@ "test": "mocha $(find test -name '*.test.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