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

@factor/app

Package Overview
Dependencies
Maintainers
2
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@factor/app - npm Package Compare versions

Comparing version 1.0.0-beta.15 to 1.0.0-beta.17

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.0.0-beta.17](https://github.com/fiction-com/factor/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2019-11-11)
### Bug Fixes
* JWT and router ([4c23ba7](https://github.com/fiction-com/factor/commit/4c23ba75543fe1cd646291ac5885128ac31b1c78))
# [1.0.0-beta.15](https://github.com/fiction-com/factor/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2019-11-11)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "@factor/app",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.17",
"main": "index.js",

@@ -22,3 +22,3 @@ "license": "GPL-2.0",

},
"gitHead": "9da7ef9c3eb59d89c547f5d318d733f54828dab3"
"gitHead": "41e275607105436b2ef4fe8f2416d0002d0257f5"
}

@@ -11,3 +11,3 @@ import { applyFilters, runCallbacks, addCallback } from "@factor/tools/filters"

addCallback("initialize-server", () => addAppRoutes())
//addCallback("initialize-server", () => addAppRoutes())
addCallback("initialize-app", () => addAppRoutes(), { priority: 300 })

@@ -35,4 +35,6 @@

// TODO check for duplicates
export function addAppRoutes() {
const routes = applyFilters("routes", []).filter(_ => _)
addRoutes(routes)

@@ -39,0 +41,0 @@ }

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