Socket
Socket
Sign inDemoInstall

amelisa

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amelisa - npm Package Compare versions

Comparing version 0.1.33 to 0.1.34

4

lib/client/ClientQuerySet.js

@@ -113,2 +113,6 @@ 'use strict';

var query = this.data[hash];
// url query
if (!query.collectionName) continue;
if ((0, _util.isLocalCollection)(query.collectionName)) continue;

@@ -115,0 +119,0 @@ if (!query.subscribed) continue;

2

package.json
{
"name": "amelisa",
"version": "0.1.33",
"version": "0.1.34",
"description": "Data engine with offline and realtime",

@@ -5,0 +5,0 @@ "browser": "lib/web",

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