vtex-render-session
Advanced tools
Comparing version 1.4.1-beta to 1.4.1-beta.0
{ | ||
"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', |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
26268
2