Socket
Socket
Sign inDemoInstall

cli-rxss

Package Overview
Dependencies
70
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.9 to 1.8.0

4

index.js

@@ -61,3 +61,3 @@ var program = require('commander');

var invalidType = !program.test && !typeOptions.hasOwnProperty(program.test.toLowerCase());
var invalidType = !program.generate && !typeOptions.hasOwnProperty(program.generate.toLowerCase());

@@ -69,3 +69,3 @@ if(invalidType){

createTest(typeOptions[program.test.toLowerCase()], CAPTIAL);
createTest(typeOptions[program.generate.toLowerCase()], CAPTIAL);
break;

@@ -72,0 +72,0 @@ default:

{
"name": "cli-rxss",
"version": "1.7.9",
"version": "1.8.0",
"description": "Cli for white-label app",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc