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

rsocket-websocket-client

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsocket-websocket-client - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

4

build/RSocketWebSocketClient.js

@@ -171,3 +171,3 @@ /** Copyright (c) Facebook, Inc. and its affiliates.

if (this._options.debug) {
console.log((0, _rsocketCore.printFrame)(frame));
console.log(printFrame(frame));
}

@@ -182,3 +182,3 @@ }

if (this._options.debug) {
console.log((0, _rsocketCore.printFrame)(frame));
console.log(printFrame(frame));
}

@@ -185,0 +185,0 @@ }

{
"name": "rsocket-websocket-client",
"description": "RSocket WebSocket client for use in browser environments",
"version": "0.0.13",
"version": "0.0.14",
"repository": {

@@ -12,7 +12,7 @@ "type": "git",

"dependencies": {
"fbjs": "^0.8.12",
"rsocket-core": "^0.0.13",
"rsocket-flowable": "^0.0.12",
"rsocket-types": "^0.0.12"
"fbjs": "^1.0.0",
"rsocket-core": "^0.0.14",
"rsocket-flowable": "^0.0.13",
"rsocket-types": "^0.0.13"
}
}

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