New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6 to 1.0.0-alpha.11

7

index.js

@@ -25,3 +25,8 @@ export default Factor => {

install(Factor) {
Factor[`$${id}`] = Factor.prototype[`$${id}`] = plugin(Factor)
// Some application modules have already been loaded in by server extension
// Check if they're already loaded that way we don't load twice
if (!Factor[`$${id}`]) {
Factor[`$${id}`] = Factor.prototype[`$${id}`] = plugin(Factor)
}
}

@@ -28,0 +33,0 @@ })

4

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

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

},
"gitHead": "d3b17451c6b7cf11831022dbea0cafe1a955bd34"
"gitHead": "cf8133a1bcf4f624a5021689dcdc1df541cf9636"
}
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