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

dpro-npm-license-checker

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dpro-npm-license-checker - npm Package Compare versions

Comparing version

to
1.0.2

2

package.json
{
"name": "dpro-npm-license-checker",
"version": "1.0.1",
"version": "1.0.2",
"description": "Lists licenses of dependencies in a JavaScript project",

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

@@ -22,1 +22,3 @@ # DPro's NPM License Checker

It will create a file named `dependencies.csv` that you can import into a Google sheet or use however you need.
> Make sure you have installed all of your dependencies before running this command (e.g. `npm install` or `yarn install`). It won't be able to find the dependency licenses, otherwise.