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

dpacker

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dpacker - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"name": "dpacker",
"version": "1.2.01",
"version": "1.2.02",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -115,3 +115,5 @@ import fs from "fs";

if (!options.input) {
console.error("No input directory specified");
console.error(
"No input directory specified. Try running with `--help` for command usage."
);
process.exit(1);

@@ -118,0 +120,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