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

ricos-context

Package Overview
Dependencies
Maintainers
0
Versions
408
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ricos-context - npm Package Compare versions

Comparing version 10.93.0 to 10.94.0

9

dist/cjs/RicosContext.js

@@ -41,3 +41,4 @@ 'use strict';

jsdomMode: false,
environment: "liveSite"
environment: "liveSite",
tabIndex: 0
});

@@ -59,3 +60,4 @@ const RicosContextProvider = ({

content = null,
environment = "liveSite"
environment = "liveSite",
tabIndex = 0
}) => {

@@ -79,3 +81,4 @@ return /* @__PURE__ */ React__default.default.createElement(

content,
environment
environment,
tabIndex
}

@@ -82,0 +85,0 @@ },

@@ -35,3 +35,4 @@ import React from 'react';

jsdomMode: false,
environment: "liveSite"
environment: "liveSite",
tabIndex: 0
});

@@ -53,3 +54,4 @@ const RicosContextProvider = ({

content = null,
environment = "liveSite"
environment = "liveSite",
tabIndex = 0
}) => {

@@ -73,3 +75,4 @@ return /* @__PURE__ */ React.createElement(

content,
environment
environment,
tabIndex
}

@@ -76,0 +79,0 @@ },

@@ -5,3 +5,3 @@ import type { ComponentType } from 'react';

export declare const RicosContext: React.Context<GeneralContext>;
export declare const RicosContextProvider: ({ children, isMobile, locale, localeContent, experiments, languageDir, theme, t, portal, editorExternalContainer, debugMode, jsdomMode, platform, content, environment, }: {
export declare const RicosContextProvider: ({ children, isMobile, locale, localeContent, experiments, languageDir, theme, t, portal, editorExternalContainer, debugMode, jsdomMode, platform, content, environment, tabIndex, }: {
children: React.ReactNode;

@@ -22,2 +22,3 @@ isMobile: boolean;

environment?: import("ricos-types").Environment | undefined;
tabIndex?: number | undefined;
}) => React.JSX.Element;

@@ -24,0 +25,0 @@ export declare function withRicosContext<T = any>(Component: ComponentType<T>): (props: T) => React.JSX.Element;

{
"name": "ricos-context",
"version": "10.93.0",
"version": "10.94.0",
"author": {

@@ -33,3 +33,3 @@ "name": "Alex Greenstein",

"dependencies": {
"ricos-types": "10.93.0"
"ricos-types": "10.94.0"
},

@@ -81,3 +81,3 @@ "peerDependencies": {

},
"falconPackageHash": "35f80a0d6c8cea669b47ba4bfb248251facf9be1a38f3125d0ee5390"
"falconPackageHash": "428deedeecb090fa85a78b3664dd60861aadabdb3e56afcaf1458245"
}

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