rsocket-websocket-client
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
22361
+ Addedcore-js@2.6.12(transitive)
+ Addedfbjs@1.0.0(transitive)
+ Addedfbjs-css-vars@1.0.2(transitive)
+ Addedrsocket-core@0.0.14(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbuffer@5.7.1(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedfbjs@0.8.18(transitive)
- Removedieee754@1.2.1(transitive)
- Removedrsocket-core@0.0.13(transitive)
- Removedrsocket-flowable@0.0.12(transitive)
- Removedrsocket-types@0.0.12(transitive)
Updatedfbjs@^1.0.0
Updatedrsocket-core@^0.0.14
Updatedrsocket-flowable@^0.0.13
Updatedrsocket-types@^0.0.13