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.37 to 1.1.39

12

core-settings.ts

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

components: {
error404: (): Promise<Component> => import("__FALLBACK__/404.vue"),
content: (): Promise<Component> => import("__FALLBACK__/content.vue"),
site: (): Promise<Component> => import("__FALLBACK__/site.vue")
error404: (): Promise<Component> => import("__FIND__/404.vue"),
content: (): Promise<Component> => import("__FIND__/content.vue"),
site: (): Promise<Component> => import("__FIND__/site.vue")
},
icon: require("__FALLBACK__/static/icon.svg"),
templatePath: "__FALLBACK__/index.html",
faviconPath: "__FALLBACK__/static/favicon.png"
icon: (): string => require("__FIND__/static/icon.svg"),
templatePath: "__FIND__/index.html",
faviconPath: "__FIND__/static/favicon.png"
}
}
}
{
"name": "@factor/app",
"version": "1.1.37",
"version": "1.1.39",
"license": "GPL-2.0",

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

},
"gitHead": "05269371342c4d869f2c73081e7ba9085a3a128c"
"gitHead": "b3d838dbec87937b95677590906a41e8106e8258"
}
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