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

@crypticat/cli

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crypticat/cli - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

4

lib/package.json
{
"name": "@crypticat/cli",
"version": "0.2.7",
"version": "0.2.8",
"description": "Crypticat's command-line interface",

@@ -30,3 +30,3 @@ "author": "Kognise <felix.mattick@gmail.com>",

"dependencies": {
"@crypticat/core": "^0.2.5",
"@crypticat/core": "^0.2.6",
"chalk": "^3.0.0",

@@ -33,0 +33,0 @@ "conf": "^6.2.1",

@@ -67,3 +67,3 @@ "use strict";

print(chalk_1.default.green('Connection established!'));
client.setNick(config.get('nickname', null) + Math.random().toString(12).slice(2, 6));
client.setNick(config.get('nickname', null));
print('');

@@ -70,0 +70,0 @@ yield joinRoom('lobby');

{
"name": "@crypticat/cli",
"version": "0.2.8",
"version": "0.2.9",
"description": "Crypticat's command-line interface",

@@ -30,3 +30,3 @@ "author": "Kognise <felix.mattick@gmail.com>",

"dependencies": {
"@crypticat/core": "^0.2.5",
"@crypticat/core": "^0.2.6",
"chalk": "^3.0.0",

@@ -33,0 +33,0 @@ "conf": "^6.2.1",

Sorry, the diff of this file is not supported yet

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