@waves.exchange/matcher-ws
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -9,3 +9,3 @@ "use strict"; | ||
const matcherUpdateSequence = new MatcherUpdateSequence_1.MatcherUpdateSequence(); | ||
const subscription = ws.multiplex(() => ({ T: 'aus', S: address, t: 'jwt', j: accessToken, f: filters }), () => ({ T: 'u', S: address }), (message) => message.T === 'au' && message.S === address).subscribe((au) => { | ||
const subscription = ws.multiplex(() => ({ T: 'aus', S: address, t: 'jwt', j: accessToken, b: { f: filters } }), () => ({ T: 'u', S: address }), (message) => message.T === 'au' && message.S === address).subscribe((au) => { | ||
if (matcherUpdateSequence.setAndValidate(au.U)) { | ||
@@ -12,0 +12,0 @@ observer.next({ |
{ | ||
"name": "@waves.exchange/matcher-ws", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
22104
0