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

@soluto-asurion/kamus-cli

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soluto-asurion/kamus-cli - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

README.md

2

encrypt.js

@@ -30,3 +30,3 @@ var bluebird = require('bluebird');

if (!allowInsecureUrl && url.parse(kamusUrl).protocol !== "https"){
if (!allowInsecureUrl && url.parse(kamusUrl).protocol !== "https:"){
_logger.error("Insecure Kamus URL is not allowed");

@@ -33,0 +33,0 @@ process.exit(1);

{
"name": "@soluto-asurion/kamus-cli",
"version": "0.0.1",
"version": "0.0.2",
"description": "CLI Tool to encrypt secrets for kamus",

@@ -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