New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.5 to 1.2.10

6

entry-browser.ts
import Vue from "vue"
import { createApp } from "./app"
const hmr = module?.hot || false
const startClient = async (): Promise<void> => {

@@ -31,4 +29,4 @@ const { vm, router, store } = await createApp({ url: window.location.pathname })

/* istanbul ignore next */
if (hmr) {
hmr.accept()
if (module.hot) {
module.hot.accept()
}
{
"name": "@factor/app",
"version": "1.2.5",
"version": "1.2.10",
"license": "GPL-2.0",

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

},
"gitHead": "ab8f55a279fb7a1ef7668ac69103938734e2e02a"
"gitHead": "8eb9e46ebdd1da591fe974a6c3615701e55fadac"
}
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