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

@sitecore-cloudsdk/core

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sitecore-cloudsdk/core - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

4

dist/cjs/package.json
{
"name": "@sitecore-cloudsdk/core",
"version": "0.4.2",
"version": "0.4.3",
"license": "Apache-2.0",

@@ -23,3 +23,3 @@ "exports": {

"dependencies": {
"@sitecore-cloudsdk/utils": "^0.4.2",
"@sitecore-cloudsdk/utils": "^0.4.3",
"debug": "^4.3.4"

@@ -26,0 +26,0 @@ },

@@ -13,4 +13,4 @@ export declare const LIBRARY_VERSION: string;

IE_0011 = "[IE-0011] Unable to set the \"sc_{SitecoreEdgeContextId}_personalize\" cookie because the guest ID could not be retrieved from the server. Make sure to set the correct values for \"sitecoreEdgeContextId\" and \"siteName\". If the issue persists, try again later or use try-catch blocks to handle this error.",
IE_0012 = "[IE-0012] - You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/browser\", then run \"CloudSDK().initialize()\".",
IE_0013 = "[IE-0013] - You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/server\", then run \"await CloudSDK().initialize()\".",
IE_0012 = "[IE-0012] You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/browser\", then run \"CloudSDK().initialize()\".",
IE_0013 = "[IE-0013] You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/server\", then run \"await CloudSDK().initialize()\".",
IV_0001 = "[IV-0001] Incorrect value for \"sitecoreEdgeUrl\". Set the value to a valid URL string.",

@@ -17,0 +17,0 @@ MV_0001 = "[MV-0001] \"sitecoreEdgeContextId\" is required.",

@@ -24,4 +24,4 @@ "use strict";

ErrorMessages["IE_0011"] = "[IE-0011] Unable to set the \"sc_{SitecoreEdgeContextId}_personalize\" cookie because the guest ID could not be retrieved from the server. Make sure to set the correct values for \"sitecoreEdgeContextId\" and \"siteName\". If the issue persists, try again later or use try-catch blocks to handle this error.";
ErrorMessages["IE_0012"] = "[IE-0012] - You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/browser\", then run \"CloudSDK().initialize()\".";
ErrorMessages["IE_0013"] = "[IE-0013] - You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/server\", then run \"await CloudSDK().initialize()\".";
ErrorMessages["IE_0012"] = "[IE-0012] You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/browser\", then run \"CloudSDK().initialize()\".";
ErrorMessages["IE_0013"] = "[IE-0013] You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/server\", then run \"await CloudSDK().initialize()\".";
ErrorMessages["IV_0001"] = "[IV-0001] Incorrect value for \"sitecoreEdgeUrl\". Set the value to a valid URL string.";

@@ -28,0 +28,0 @@ ErrorMessages["MV_0001"] = "[MV-0001] \"sitecoreEdgeContextId\" is required.";

{
"name": "@sitecore-cloudsdk/core",
"version": "0.4.2",
"version": "0.4.3",
"license": "Apache-2.0",

@@ -23,3 +23,3 @@ "exports": {

"dependencies": {
"@sitecore-cloudsdk/utils": "^0.4.2",
"@sitecore-cloudsdk/utils": "^0.4.3",
"debug": "^4.3.4"

@@ -26,0 +26,0 @@ },

@@ -13,4 +13,4 @@ export declare const LIBRARY_VERSION: string;

IE_0011 = "[IE-0011] Unable to set the \"sc_{SitecoreEdgeContextId}_personalize\" cookie because the guest ID could not be retrieved from the server. Make sure to set the correct values for \"sitecoreEdgeContextId\" and \"siteName\". If the issue persists, try again later or use try-catch blocks to handle this error.",
IE_0012 = "[IE-0012] - You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/browser\", then run \"CloudSDK().initialize()\".",
IE_0013 = "[IE-0013] - You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/server\", then run \"await CloudSDK().initialize()\".",
IE_0012 = "[IE-0012] You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/browser\", then run \"CloudSDK().initialize()\".",
IE_0013 = "[IE-0013] You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/server\", then run \"await CloudSDK().initialize()\".",
IV_0001 = "[IV-0001] Incorrect value for \"sitecoreEdgeUrl\". Set the value to a valid URL string.",

@@ -17,0 +17,0 @@ MV_0001 = "[MV-0001] \"sitecoreEdgeContextId\" is required.",

@@ -18,4 +18,4 @@ // © Sitecore Corporation A/S. All rights reserved. Sitecore® is a registered trademark of Sitecore Corporation A/S.

ErrorMessages["IE_0011"] = "[IE-0011] Unable to set the \"sc_{SitecoreEdgeContextId}_personalize\" cookie because the guest ID could not be retrieved from the server. Make sure to set the correct values for \"sitecoreEdgeContextId\" and \"siteName\". If the issue persists, try again later or use try-catch blocks to handle this error.";
ErrorMessages["IE_0012"] = "[IE-0012] - You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/browser\", then run \"CloudSDK().initialize()\".";
ErrorMessages["IE_0013"] = "[IE-0013] - You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/server\", then run \"await CloudSDK().initialize()\".";
ErrorMessages["IE_0012"] = "[IE-0012] You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/browser\", then run \"CloudSDK().initialize()\".";
ErrorMessages["IE_0013"] = "[IE-0013] You must first initialize the Cloud SDK. Import \"CloudSDK\" from \"@sitecore-cloudsdk/core/server\", then run \"await CloudSDK().initialize()\".";
ErrorMessages["IV_0001"] = "[IV-0001] Incorrect value for \"sitecoreEdgeUrl\". Set the value to a valid URL string.";

@@ -22,0 +22,0 @@ ErrorMessages["MV_0001"] = "[MV-0001] \"sitecoreEdgeContextId\" is required.";

{
"name": "@sitecore-cloudsdk/core",
"version": "0.4.2",
"version": "0.4.3",
"license": "Apache-2.0",

@@ -23,3 +23,3 @@ "exports": {

"dependencies": {
"@sitecore-cloudsdk/utils": "^0.4.2",
"@sitecore-cloudsdk/utils": "^0.4.3",
"debug": "^4.3.4"

@@ -26,0 +26,0 @@ },

Sorry, the diff of this file is not supported yet

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