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

@live-change/framework

Package Overview
Dependencies
Maintainers
1
Versions
319
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.3.33 to 0.3.34

2

lib/App.js

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

this.defaultPath = "."
this.dao = new ReactiveDao('app', {
this.dao = new ReactiveDao(process.cwd()+' '+process.argv.join(' '), {
remoteUrl: env.DB_URL || "http://localhost:9417/api/ws",

@@ -66,0 +66,0 @@ protocols: {

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

@@ -24,3 +24,3 @@ "main": "index.js",

"devDependencies": {
"@live-change/dao": "^0.2.21",
"@live-change/dao": "^0.2.25",
"@live-change/dao-websocket": "^0.2.12",

@@ -27,0 +27,0 @@ "@live-change/db": "^0.2.5",

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