Socket
Socket
Sign inDemoInstall

@quasar/ssr-helpers

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quasar/ssr-helpers - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

4

create-renderer.js

@@ -112,3 +112,3 @@ /*

function renderVuexState (ssrContext, nonce) {
function renderStoreState (ssrContext, nonce) {
const state = serialize(ssrContext.state, { isJSON: true })

@@ -176,3 +176,3 @@ return `<script${nonce}>window.__INITIAL_STATE__=${state};${autoRemove}</script>`

resourceScripts: (
(opts.manualStoreSerialization !== true && ssrContext.state !== void 0 ? renderVuexState(ssrContext, nonce) : '')
(opts.manualStoreSerialization !== true && ssrContext.state !== void 0 ? renderStoreState(ssrContext, nonce) : '')
+ renderScripts(renderContext, usedAsyncFiles, nonce)

@@ -179,0 +179,0 @@ )

{
"name": "@quasar/ssr-helpers",
"version": "2.2.1",
"version": "2.2.2",
"description": "Quasar Framework helper package for SSR",

@@ -5,0 +5,0 @@ "author": {

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