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

rest-easy-loki

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-easy-loki - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

10

dist/routes.js

@@ -52,3 +52,3 @@ "use strict";

if (io) {
io.emit(collection, ctx.body);
setTimeout(() => io.emit(collection, ctx.body), 0);
}

@@ -61,3 +61,3 @@ });

if (io) {
io.emit(`${collection}/${id}`, ctx.body);
setTimeout(() => io.emit(`${collection}/${id}`, ctx.body), 0);
}

@@ -86,3 +86,3 @@ });

if (io) {
io.emit(`${collection}/${id}`, ctx.body);
setTimeout(() => io.emit(`${collection}/${id}`, ctx.body), 0);
}

@@ -98,3 +98,3 @@ }

if (io && item.id) {
io.emit(`${collection}/${item.id}`, ctx.body);
setTimeout(() => io.emit(`${collection}/${item.id}`, ctx.body), 0);
}

@@ -106,3 +106,3 @@ });

if (io) {
io.emit(`${collection}/${id}`);
setTimeout(() => io.emit(`${collection}/${id}`), 0);
}

@@ -109,0 +109,0 @@ });

{
"name": "rest-easy-loki",
"version": "0.7.3",
"version": "0.7.4",
"description": "A REST interface for lokijs supporting CRUD operations and automatic creation of new collections.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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