Socket
Socket
Sign inDemoInstall

arangoreal

Package Overview
Dependencies
2
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -67,5 +67,7 @@ "use strict";

const colConf = this.collectionsMap.get(collectionName);
if (undefined === colConf) return;
const events = colConf.get("events");
const event = this.inferEventType(tid, type);

@@ -153,3 +155,3 @@

// type 2300 means insert or update
return tid === "0" ? "insert" : "update"; // the tid tells us which of the above it is
return "insert/update"; // the tid tells us which of the above it is
}

@@ -156,0 +158,0 @@

@@ -7,3 +7,3 @@ {

"name": "arangoreal",
"version": "1.0.1",
"version": "1.0.2",
"description": "`arangoreal` pushs ArangoDB changes in realtime to you",

@@ -10,0 +10,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc