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

krypt

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

krypt - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

CHANGELOG.md

@@ -9,1 +9,5 @@ ## 0.1.0 (3/7/2014)

+ Enhanced the output to be portable across future versions of Krypt
## 0.2.1 (3/7/2014)
+ Fixed module export

5

index.js

@@ -15,2 +15,5 @@ #!/usr/bin/env node

module.exports = krypt;
/**

@@ -110,4 +113,2 @@ * CLI

main();
} else {
return krypt;
}
{
"name": "krypt",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simple, secure symmetric encryption utility for Node.",

@@ -5,0 +5,0 @@ "main": "index.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