New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flopflip/types

Package Overview
Dependencies
Maintainers
1
Versions
317
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flopflip/types - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

6

CHANGELOG.md
# @flopflip/types
## 3.0.6
### Patch Changes
- [`23b4e4d`](https://github.com/tdeekens/flopflip/commit/23b4e4dd2713e7aff2062cba60bf0251692f78ad) [#1329](https://github.com/tdeekens/flopflip/pull/1329) Thanks [@tdeekens](https://github.com/tdeekens)! - fix: to simplify types of configure
## 3.0.5

@@ -4,0 +10,0 @@

6

dist/declarations/src/index.d.ts

@@ -1,2 +0,2 @@

import type React from 'react';
/// <reference types="react" />
import type { LDClient as TLDClient } from 'launchdarkly-js-client-sdk';

@@ -147,4 +147,4 @@ import type { DeepReadonly } from 'ts-essentials';

};
export declare type TConfigureAdapterChildrenAsFunction = (args: Readonly<TConfigureAdapterChildrenAsFunctionArgs>) => React.ReactNode;
export declare type TConfigureAdapterChildren = TConfigureAdapterChildrenAsFunction | React.ReactNode;
export declare type TConfigureAdapterChildrenAsFunction = (args: Readonly<TConfigureAdapterChildrenAsFunctionArgs>) => JSX.Element;
export declare type TConfigureAdapterChildren = TConfigureAdapterChildrenAsFunction | JSX.Element;
export declare type TReconfigureAdapter = (adapterArgs: TAdapterArgs, options: Readonly<TAdapterReconfigurationOptions>) => void;

@@ -151,0 +151,0 @@ export declare type TAdapterContext = {

{
"name": "@flopflip/types",
"version": "3.0.5",
"version": "3.0.6",
"description": "Type definitions for flipflop",

@@ -5,0 +5,0 @@ "main": "dist/flopflip-types.cjs.js",

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