Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vtex-render-session

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vtex-render-session - npm Package Compare versions

Comparing version 1.4.1-beta to 1.4.1-beta.0

2

package.json
{
"name": "vtex-render-session",
"version": "1.4.1-beta",
"version": "1.4.1-beta.0",
"description": "Adds session as external to render runtime",

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

@@ -51,3 +51,3 @@ const delay = (ms: number): Promise<void> => {

const patchSession = (data?: any) => fetchWithRetry(`localhost:3000`, {
const patchSession = (data?: any) => fetchWithRetry(`http://localhost:3000`, {
body: data ? JSON.stringify(data) : '{}',

@@ -59,3 +59,3 @@ credentials: 'same-origin',

const sessionPromise = fetchWithRetry(`localhost:3000`, {
const sessionPromise = fetchWithRetry(`http://localhost:3000`, {
body: '{}',

@@ -62,0 +62,0 @@ credentials: 'same-origin',

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