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.9 to 0.0.10

8

index.js
'use strict';
var debug = require('debug')('licenses::parse')
, Registry = require('npm.js')
, async = require('async')
, url = require('url');
var Registry;
/**

@@ -29,2 +30,7 @@ * Start searching for license information for the given module name.

//
// Fix circular require.
//
if (!Registry) Registry = require('npm.js');
options = options || {};

@@ -31,0 +37,0 @@ options.githulk = options.githulk || null;

2

package.json
{
"name": "licenses",
"version": "0.0.9",
"version": "0.0.10",
"description": "A small tool that detects licensing information for a given Node.js module",

@@ -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