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
333
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.5.7 to 0.5.8

11

lib/App.js

@@ -86,6 +86,11 @@ const { uidGenerator, randomString } = require('@live-change/uid')

processors = processors.slice()
for(const plugin of sourceService.use) {
processors.unshift(...plugin.processors)
function processUse(service) {
if(service && service.use) {
for(const plugin of service.use) {
processUse(plugin)
}
}
processors.unshift(...service.processors)
}
processors.unshift(...sourceService.processors)
processUse(sourceService)
for(let processor of processors) processor(sourceService, this)

@@ -92,0 +97,0 @@ }

{
"name": "@live-change/framework",
"version": "0.5.7",
"version": "0.5.8",
"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