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

@wishcore/wish-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wishcore/wish-cli - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

4

deps/directory/directory.js

@@ -23,4 +23,4 @@ var WebSocket = require('ws');

ws.on('message', function(message, flags) {
if ( !flags.binary ) { return; }
ws.on('message', function(message) {
if (!Buffer.isBuffer(message)) { return; }

@@ -27,0 +27,0 @@ client.messageReceived(BSON.deserialize(message));

{
"name": "@wishcore/wish-cli",
"version": "0.8.2",
"version": "0.8.3",
"author": "André Kaustell <andre.kaustell@wishtech.fi>",

@@ -9,4 +9,4 @@ "description": "A simple REPL based command line tool for accessing the Wish Core.",

"dependencies": {
"@wishcore/wish-rpc": "0.6.8",
"@wishcore/wish-sdk": "0.4.0-beta-8",
"@wishcore/wish-rpc": "0.6.10",
"@wishcore/wish-sdk": "0.4.0-beta-12",
"bson-buffer": "1.0.2",

@@ -13,0 +13,0 @@ "bufferutil": "4.0.3",

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