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.3 to 1.3.5

4

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

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

},
"gitHead": "c79ca9e3775ed52e745ccc3224ea8ed36a4303ed"
"gitHead": "07a4b0d51964b85c29a40f09c33977a74276e6bf"
}

@@ -25,5 +25,6 @@ import Vuex from "vuex"

// prime the store with server-initialized state.
// the state is determined during SSR and inlined in the page markup.
// Make sure this is done after store modules are setup and added
/**
* prime the store with server-initialized state.
* the state is determined during SSR and inlined in the page markup.
*/
if (typeof window != "undefined" && window.__INITIAL_STATE__) {

@@ -30,0 +31,0 @@ __store.replaceState(window.__INITIAL_STATE__)

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