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

typed-feature-flagging

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-feature-flagging - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

dist/index.d.ts
import { ConditionalPick, Except, Promisable } from 'type-fest';
type FeatureFlagToContextConfiguration = Record<string, Record<string, string> | undefined>;
type FeatureFlagToContextConfiguration = Record<string, Record<string, string> | never>;
interface SyncGenericFeatureFlagger<C extends FeatureFlagToContextConfiguration> {

@@ -5,0 +5,0 @@ /**

{
"name": "typed-feature-flagging",
"version": "0.2.1",
"version": "0.2.2",
"keywords": [

@@ -5,0 +5,0 @@ "typescript"

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