Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

comparing-dependencies

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

comparing-dependencies - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

dist/main.js

9

package.json
{
"name": "comparing-dependencies",
"version": "0.0.2",
"version": "0.1.0",
"description": "This library outputs the comparison results of depending libraries as a CSV file.",
"main": "main.js",
"main": "dist/main.js",
"repository": "git@github.com:diescake/comparing-dependencies.git",

@@ -10,3 +10,5 @@ "author": "diescake",

"scripts": {
"run-example": "node examples/main.js"
"run-example": "node examples/main.js",
"build": "node ./build.js",
"prepublish": "node ./build.js"
},

@@ -17,2 +19,3 @@ "dependencies": {

"devDependencies": {
"esbuild": "^0.12.28",
"eslint": "^7.32.0",

@@ -19,0 +22,0 @@ "eslint-config-smarthr": "^5.0.3",

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