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

@aduh95/caritat

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aduh95/caritat - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

dist/bin/extractEncryptedPrivateKey.js

@@ -8,3 +8,9 @@ #!/usr/bin/env node

let data;
if (yamlFile == null) {
if (yamlFile === "--help" || yamlFile === "-h") {
console.log("Usage: extractEncryptedPrivateKey <path-to-YAML-file>");
console.log("or");
console.log("Usage: echo 'encryptedPrivateKey: …' | extractEncryptedPrivateKey");
process.exit();
}
else if (yamlFile == null) {
data = await readStdIn(true);

@@ -11,0 +17,0 @@ }

4

package.json
{
"name": "@aduh95/caritat",
"version": "0.1.1",
"version": "0.1.2",
"packageManager": "yarn@3.1.1",

@@ -30,3 +30,3 @@ "dependencies": {

"extractEncryptedPrivateKey": "dist/bin/extractEncryptedPrivateKey.js",
"voteFromGit": "dist/bin/voteFromGit.js"
"voteUsingGit": "dist/bin/voteUsingGit.js"
},

@@ -33,0 +33,0 @@ "files": [

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