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.1.24 to 1.1.26

5

core-settings.ts
/* eslint-disable import/no-unresolved */
import { resolveFilePath } from "@factor/api/resolver"
import { Component } from "vue"

@@ -13,6 +12,6 @@ export default (): object => {

icon: require("__FALLBACK__/static/icon.svg"),
templatePath: resolveFilePath("__FALLBACK__/index.html"),
faviconPath: resolveFilePath("__FALLBACK__/static/favicon.png")
templatePath: "__FALLBACK__/index.html",
faviconPath: "__FALLBACK__/static/favicon.png"
}
}
}

4

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

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

},
"gitHead": "a0401ceb92731af2ce46869f65a58b24dd3cbc74"
"gitHead": "353a3f8471ee5b53d4c820276f3fdb019b3da208"
}
import { setting, createSettings } from "@factor/api/settings"
import { resolveFilePath } from "@factor/api/resolver"
describe("fallbacks", () => {

@@ -17,3 +17,5 @@ beforeAll(() => {

expect(s).toEqual(expect.any(String))
const templatePath = resolveFilePath(s)
expect(templatePath).toEqual(expect.any(String))
})

@@ -20,0 +22,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