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

@flopflip/types

Package Overview
Dependencies
Maintainers
1
Versions
305
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 1.3.0 to 1.4.0

12

index.js

@@ -26,1 +26,13 @@ export type FlagName = string;

export type OnStatusStateChangeCallback = ({ [string]: boolean }) => void;
export type AdapterReconfigurationOptions = {
shouldOverwrite?: boolean,
};
export type AdapterReconfiguration = {
adapterArgs: AdapterArgs,
options: AdapterReconfigurationOptions,
};
export type ReconfigureAdapter = (
adapterArgs: AdapterArgs,
options: AdapterReconfigurationOptions
) => void;

4

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

@@ -24,3 +24,3 @@ "scripts": {},

],
"gitHead": "0ae85dec9551a04b9b33223cf4ff587bfebc6d46"
"gitHead": "5279a61d63f8a240623c37e2faed03dd8e61cf1b"
}
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