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.5.4 to 1.5.8

CHANGELOG.md

5

core-settings.ts

@@ -11,6 +11,11 @@ /* eslint-disable import/no-unresolved */

},
// Must be a function to use __FIND__
icon: (): string => require("__FIND__/static/icon.svg"),
blankUser: "https://fiction-com.s3-us-west-1.amazonaws.com/user-blank.png",
templatePath: "__FIND__/index.html",
faviconPath: "__FIND__/static/favicon.png"
},
dashboard: {
route: "/dashboard"
},
metaInfo: {

@@ -17,0 +22,0 @@ titleTemplate: "%s",

3

entry-browser.ts
import Vue from "vue"
import * as events from "@factor/api/events"
import { createApp } from "./app"

@@ -11,3 +12,3 @@

*/
window.factorApp = { vm, router, store, Vue }
window.factorApp = { vm, router, store, Vue, events }

@@ -14,0 +15,0 @@ /**

{
"name": "@factor/app",
"version": "1.5.4",
"version": "1.5.8",
"license": "GPL-2.0",

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

},
"gitHead": "41692117e7dcba394dec21ba8046b3e40a8bd276"
"gitHead": "084d17b30562a2271b844dcebb2e098cd8c25870"
}

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