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
313
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 2.5.4 to 2.5.5

6

CHANGELOG.md
# @flopflip/types
## 2.5.5
### Patch Changes
- [`8f7e504`](https://github.com/tdeekens/flopflip/commit/8f7e504951cb2dcb6b86abaa4908d10314515860) [#1206](https://github.com/tdeekens/flopflip/pull/1206) Thanks [@tdeekens](https://github.com/tdeekens)! - feat(launchdarkly-adapter): add unsubcribe flag state
## 2.5.4

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

4

dist/typings/index.d.ts

@@ -138,2 +138,6 @@ /// <reference types="react" />

export declare type TOnStatusStateChangeCallback = (statusChange: Readonly<TAdapterStatusChange>) => void;
export declare type TUpdateFlagsOptions = {
lockFlags?: boolean;
unsubscribeFlags?: boolean;
};
export declare type TAdapterReconfigurationOptions = {

@@ -140,0 +144,0 @@ shouldOverwrite?: boolean;

2

package.json
{
"name": "@flopflip/types",
"version": "2.5.4",
"version": "2.5.5",
"description": "Type definitions for flipflop",

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

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