🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@etrigan/feature-toggles

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@etrigan/feature-toggles - npm Package Compare versions

Comparing version

to
1.1.1

# @etrigan/feature-toggles
## 1.1.1
### Patch Changes
- 7e0a741: RawFeatureValues keys should be unknown not any
## 1.1.0

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

import { FeatureUpdater } from '.';
import { Logger } from 'typescript-log';
export interface RawFeatureValues {
[feature: string]: any;
[feature: string]: unknown;
}

@@ -6,0 +6,0 @@ export interface FeatureUpdaterOptions {

{
"name": "@etrigan/feature-toggles",
"version": "1.1.0",
"version": "1.1.1",
"description": "Etrigan feature toggles",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -11,3 +11,3 @@ import {

export interface RawFeatureValues {
[feature: string]: any
[feature: string]: unknown
}

@@ -14,0 +14,0 @@