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.9 to 2.4.10

2

bin/cipher.js

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

})
.usage('Usage: $0 <command>')
.usage('Usage: $0 [--version] [--help] [--list] <command> [<args>]')
.command('encrypt', 'Encrypt a given file', xcrypt)

@@ -20,0 +20,0 @@ .command('decrypt', 'Decrypt a given file', xcrypt)

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

var argv = yargs
.usage('Usage: $0 ' + process.argv[2] + ' -i string -o string[ -p string][ -a string]')
.usage('Usage: $0 ' + process.argv[2] + ' -i input -o output [-p password] [-a algorithm] [--help]')
.demand(['i','o'])

@@ -17,0 +17,0 @@ .options({

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

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

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

Usage: nodecipher [encrypt|decrypt] -i string -o string[ -p string][ -a string]
Usage: nodecipher <encrypt|decrypt> -i string -o string[ -p string][ -a string]

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