New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@live-change/framework

Package Overview
Dependencies
Maintainers
1
Versions
362
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-change/framework - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

3

lib/App.js

@@ -163,3 +163,4 @@ const ReactiveDao = require("@live-change/dao")

const routes = await this.dao.get(['database', 'tableRange', this.databaseName, 'triggerRoutes',
{ gte: data.type+'_', lte: data.type+'_\xFF\xFF\xFF\xFF' }])
{ gte: data.type+'=', lte: data.type+'=\xFF\xFF\xFF\xFF' }])
console.log("TRIGGER ROUTES", routes)
let promises = []

@@ -166,0 +167,0 @@ for(const route of routes) {

@@ -136,3 +136,3 @@ const Model = require("./Model.js")

await this.dao.request(['database', 'createTable'], this.databaseName, 'triggersRoutes').catch(e => 'ok')
await this.dao.request(['database', 'createTable'], this.databaseName, 'triggerRoutes').catch(e => 'ok')

@@ -145,3 +145,3 @@ this.triggerQueue = new eventSourcing.CommandQueue(this.dao, this.databaseName,

const trigger = this.triggers[triggerName]
await this.dao.request(['database', 'put'], this.databaseName, 'triggersRoutes',
await this.dao.request(['database', 'put'], this.databaseName, 'triggerRoutes',
{ id: triggerName+'=>'+this.name, trigger: triggerName, service: this.name })

@@ -148,0 +148,0 @@ if(trigger.queuedBy) {

{
"name": "@live-change/framework",
"version": "0.2.3",
"version": "0.2.4",
"description": "Live Change Framework - ultimate solution for real time mobile/web apps",

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

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