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

node-cipher

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-cipher - npm Package Compare versions

Comparing version 2.4.5 to 2.4.6

9

bin/cipher.js

@@ -18,6 +18,9 @@ #!/usr/bin/env node

.command('decrypt', 'Decrypt a given file', xcrypt)
.describe('l', 'List all available cipher algorithms')
.alias('l', 'list')
.option('l', {
alias: 'list',
describe: 'List all available cipher algorithms',
type: 'boolean'
})
.alias('v', 'version')
.alias('h', 'help')
.alias('v', 'version')
.help('h')

@@ -24,0 +27,0 @@ .wrap(74)

{
"name": "node-cipher",
"version": "2.4.5",
"version": "2.4.6",
"description": "Encrypt or decrypt sensitive files to allow use in public source control.",

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

@@ -191,3 +191,3 @@ # node-cipher

web: nodecipher decrypt -i .env.cast5 -o .env -p $CONFIG_KEY; npm start;
web: nodecipher decrypt -i .env.cast5 -o .env -p $CONFIG_KEY && npm start
```

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