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.28 to 1.0.0-alpha.31

2

index.js

@@ -51,2 +51,3 @@ export default Factor => {

initializeApp() {
Factor.$components = {}
const comps = Factor.$filters.apply("components", {})

@@ -56,2 +57,3 @@ for (var _ in comps) {

Factor.component(_, comps[_])
Factor.$components[_] = comps[_]
}

@@ -58,0 +60,0 @@ }

4

package.json
{
"name": "@factor/app-extend",
"version": "1.0.0-alpha.28",
"version": "1.0.0-alpha.31",
"license": "GPL-2.0",

@@ -12,3 +12,3 @@ "publishConfig": {

},
"gitHead": "5e159c817b9e34ff4abd033723d247a88eccdcd7"
"gitHead": "f82a9ef3e4707f634c356ded172664dc6aa0cd06"
}
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