Socket
Socket
Sign inDemoInstall

yaml-crypt

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaml-crypt - npm Package Compare versions

Comparing version 0.7.7 to 0.7.8

4

bin/yaml-crypt-cli.js

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

: keys.length === 1
? keys[0]
: null;
? keys[0]
: null;
if (args.generate_key) {

@@ -352,0 +352,0 @@ const key = generateKey(algorithm);

{
"name": "yaml-crypt",
"version": "0.7.7",
"version": "0.7.8",
"description": "Encrypt and decrypt YAML documents",

@@ -34,8 +34,8 @@ "license": "MIT",

"devDependencies": {
"chai": "^4.3.7",
"chai": "^4.3.10",
"coveralls": "^3.1.1",
"eslint": "^8.36.0",
"eslint": "^8.55.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^2.8.4"
"prettier": "^3.1.1"
},

@@ -42,0 +42,0 @@ "prettier": {

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