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

decentus

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decentus - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

decentus.js

@@ -60,4 +60,5 @@ #!/usr/bin/env node

const signature = sign.sign(crypto.createPrivateKey({key: privateKey, passphrase: answer || ''}), 'hex');
console.log(signature, signature.length / 2);
console.log(signature);
/*
const publicKey = fs.readFileSync('id_rsa.pub');

@@ -68,3 +69,4 @@ const verify = crypto.createVerify('RSA-SHA256');

console.log(verify.verify(crypto.createPublicKey(publicKey), signature, 'hex'));
*/
}
{
"name": "decentus",
"version": "1.0.3",
"version": "1.0.4",
"description": "decentus tools",

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

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