New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@flagdeck/react

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flagdeck/react - npm Package Compare versions

Comparing version
0.0.5
to
0.0.6
+3
-2
package.json
{
"name": "@flagdeck/react",
"version": "0.0.5",
"version": "0.0.6",
"description": "React components and hooks for Flagdeck feature flags",

@@ -44,3 +44,3 @@ "main": "dist/cjs/index.js",

"peerDependencies": {
"@flagdeck/js": "^0.0.33",
"@flagdeck/js": "~0.0.33",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",

@@ -50,2 +50,3 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"

"devDependencies": {
"@flagdeck/js": "0.0.33",
"@testing-library/jest-dom": "^6.1.5",

@@ -52,0 +53,0 @@ "@testing-library/react": "^14.1.2",

+2
-2

@@ -269,3 +269,3 @@ # Flagdeck React SDK

function ThemeProvider({ children }) {
const { value: theme } = useFlagValue('app-theme', 'light');
const { value: theme } = useFlagValue('app-boot-theme', 'light');

@@ -307,3 +307,3 @@ useEffect(() => {

For a complete API reference, see the [Flagdeck Documentation](https://docs.flagdeck.com).
For a complete API reference, see the [Flagdeck Documentation](https://flagdeck.com/docs).

@@ -310,0 +310,0 @@ ## License