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.25 to 1.0.0-alpha.27

13

index.js

@@ -11,2 +11,8 @@ export default Factor => {

Factor.config.silent = false
Factor.$globals = Factor.prototype.$globals = Factor.observable({
routeClass: [],
metatags: []
})
this._install("tools", require("@factor/tools").default)

@@ -17,5 +23,5 @@ this._install("log", require("@factor/core-log").default)

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

@@ -64,7 +70,2 @@ }

Factor.$globals = Factor.prototype.$globals = Factor.observable({
routeClass: [],
metatags: []
})
Factor.$filters.run("initialize-app")

@@ -71,0 +72,0 @@ }

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

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

"dependencies": {
"@factor/app-config": "^1.0.0-alpha.24",
"@factor/filters": "^1.0.0-alpha.24"
"@factor/app-config": "^1.0.0-alpha.27",
"@factor/filters": "^1.0.0-alpha.27"
},
"gitHead": "611a9a19df606ad91a05cca72e963d9e27a8897d"
"gitHead": "de4c9abae202be38490a1bf04f1da5985aad7f54"
}
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