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

@hyrious/dup

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyrious/dup - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

1

dist/dup-cli.js

@@ -14,2 +14,3 @@ #!/usr/bin/env node

console.log();
process.exit(0);
}

@@ -16,0 +17,0 @@ if (process.argv[2] === "-v") {

2

package.json
{
"name": "@hyrious/dup",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"description": "Find duplicates in your lockfile",

@@ -6,0 +6,0 @@ "author": "hyrious <hyrious@outlook.com>",

@@ -12,2 +12,3 @@ import * as fs from "node:fs";

console.log();
process.exit(0);
}

@@ -14,0 +15,0 @@

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