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

@persistr/js

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@persistr/js - npm Package Compare versions

Comparing version 3.10.3 to 3.10.4

examples/replicator.js

1

lib/fluent/AMQP.js

@@ -36,2 +36,3 @@ const Tortoise = require('tortoise')

.json()
.reestablish()
.subscribe(async (message, ack, nack) => {

@@ -38,0 +39,0 @@ try {

6

lib/fluent/Events.js

@@ -46,8 +46,2 @@ const AsyncQueue = require('async-queue')

}
else if (options.cursor) {
const filter = { space: this.space.name, domain: this.domain.name, stream: this.stream, from: this.from, after: this.from, to: this.to, until: this.until, types: this.types }
const adapter = { cursor: options.cursor }
const subscription = { filter, adapter }
return new Cursor(this.account, subscription)
}
}

@@ -54,0 +48,0 @@

{
"name": "@persistr/js",
"version": "3.10.3",
"version": "3.10.4",
"description": "Persistr client for Javascript",

@@ -5,0 +5,0 @@ "keywords": [

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