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

@factor/app-extend

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@factor/app-extend - npm Package Compare versions

Comparing version 1.0.0-alpha.20 to 1.0.0-alpha.24

7

index.js

@@ -16,3 +16,3 @@ export default Factor => {

this._install("config", require("@factor/app-config").default)
this._install("stack", require("@factor/core-stack").default)
// this._install("stack", require("@factor/core-stack").default)

@@ -67,3 +67,6 @@ this.loadPlugins()

Factor.siteVars = Factor.observable({ classes: [] })
Factor.$globals = Factor.prototype.$globals = Factor.observable({
routeClass: [],
metatags: []
})

@@ -70,0 +73,0 @@ Factor.$filters.run("initialize-app")

{
"name": "@factor/app-extend",
"version": "1.0.0-alpha.20",
"version": "1.0.0-alpha.24",
"license": "GPL-2.0",

@@ -9,6 +9,6 @@ "publishConfig": {

"dependencies": {
"@factor/app-config": "^1.0.0-alpha.20",
"@factor/filters": "^1.0.0-alpha.20"
"@factor/app-config": "^1.0.0-alpha.24",
"@factor/filters": "^1.0.0-alpha.24"
},
"gitHead": "e11cbda7b934f3aedf067d0e1b642491bc5f753d"
"gitHead": "f68d8c51c38873d0a6b6c830d1461bf19bd926a9"
}

Sorry, the diff of this file is not supported yet

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