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.3.5 to 1.3.8

4

core-settings.ts

@@ -14,4 +14,8 @@ /* eslint-disable import/no-unresolved */

faviconPath: "__FIND__/static/favicon.png"
},
globalMetaInfo: {
titleTemplate: "%s",
image: ""
}
}
}

4

package.json
{
"name": "@factor/app",
"version": "1.3.5",
"version": "1.3.8",
"license": "GPL-2.0",

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

},
"gitHead": "07a4b0d51964b85c29a40f09c33977a74276e6bf"
"gitHead": "7ee598193ab5015b18fd8eb421ef913a57fe1166"
}
import { runCallbacks, applyFilters, stored } from "@factor/api"
import { getObservables } from "@factor/app"
import Vue, { VueConstructor } from "vue"
import { CurrentFactorPost } from "@factor/post/types"
import { FactorPostState } from "@factor/post/types"
export default (): VueConstructor => {

@@ -13,3 +13,3 @@ return Vue.extend({

computed: {
post(): CurrentFactorPost {
post(): FactorPostState {
return stored("post")

@@ -16,0 +16,0 @@ },

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