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
331
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.4.30 to 0.4.31

9

index.js

@@ -1,1 +0,8 @@

module.exports = require('./lib/App.js')
const App = require('./lib/App.js')
App.app = () => {
if(!global.liveChangeFrameworkApp) {
global.liveChangeFrameworkApp = new App()
}
return global.liveChangeFrameworkApp
}
module.exports = App

5

lib/App.js

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

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

@@ -92,2 +92,5 @@ protocols: {

this.dao = dbDao
if(process.env.DB_CACHE == "YES") this.dao = new ReactiveDao.DaoCache(dbDao)
this.profileLog = profileLog

@@ -94,0 +97,0 @@

{
"name": "@live-change/framework",
"version": "0.4.30",
"version": "0.4.31",
"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.35",
"@live-change/dao": "^0.2.44",
"@live-change/dao-websocket": "^0.2.21",

@@ -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