You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ttoss/react-feature-flags

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ttoss/react-feature-flags - npm Package Compare versions

Comparing version

to
0.2.7

2

dist/index.d.ts

@@ -9,3 +9,3 @@ import * as react_jsx_runtime from 'react/jsx-runtime';

}
declare const FeatureFlag: ({ name, children, fallback, }: FeatureFlagProps) => string | number | boolean | Iterable<React.ReactNode> | react_jsx_runtime.JSX.Element | null;
declare const FeatureFlag: ({ name, children, fallback, }: FeatureFlagProps) => string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | react_jsx_runtime.JSX.Element | null;

@@ -12,0 +12,0 @@ declare const FeatureFlagsProvider: ({ children, loadFeatures, }: {

{
"name": "@ttoss/react-feature-flags",
"version": "0.2.6",
"version": "0.2.7",
"description": "React Feature Flags",

@@ -29,8 +29,8 @@ "license": "MIT",

"devDependencies": {
"@types/react": "^18.3.12",
"@types/react": "^19.0.2",
"jest": "^29.7.0",
"react": "^18.3.1",
"react": "^19.0.0",
"tsup": "^8.3.5",
"@ttoss/test-utils": "^2.1.19",
"@ttoss/config": "^1.35.0"
"@ttoss/test-utils": "^2.1.20",
"@ttoss/config": "^1.35.1"
},

@@ -37,0 +37,0 @@ "keywords": [