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

@sitecore/byoc

Package Overview
Dependencies
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sitecore/byoc - npm Package Compare versions

Comparing version 0.1.11-alpha.1 to 0.1.11-alpha.2

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Bring-Your-Own-Components runtime to register and retrieve react components",
"version": "0.1.11-alpha.1",
"version": "0.1.11-alpha.2",
"scripts": {

@@ -8,0 +8,0 @@ "test": "npx vitest",

@@ -25,5 +25,3 @@ import {

export interface SitecoreContext {
sitecoreEdgeContextId?: string,
sitecoreEdgeUrl?: string,
export interface ContextProperties {
[key: string]: any

@@ -376,4 +374,4 @@ }

export var contextProperties : SitecoreContext = {};
export function setContextProperties<T extends SitecoreContext = SitecoreContext>(props: T) {
export var contextProperties : ContextProperties = {};
export function setContextProperties(props: ContextProperties) {
contextProperties = props;

@@ -380,0 +378,0 @@ }

@@ -15,5 +15,3 @@ /// <reference types="@types/react" />

}
export interface SitecoreContext {
sitecoreEdgeContextId?: string;
sitecoreEdgeUrl?: string;
export interface ContextProperties {
[key: string]: any;

@@ -194,4 +192,4 @@ }

}
export declare var contextProperties: SitecoreContext;
export declare function setContextProperties<T extends SitecoreContext = SitecoreContext>(props: T): void;
export declare var contextProperties: ContextProperties;
export declare function setContextProperties(props: ContextProperties): void;
declare global {

@@ -198,0 +196,0 @@ namespace JSX {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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