New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@appflags/common

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appflags/common - npm Package Compare versions

Comparing version
0.2.0
to
0.3.0
+2
-1
lib/types/Configuration.d.ts

@@ -6,3 +6,4 @@ export interface Configuration {

key: string;
value: boolean | number | string;
value: FlagValue;
}
export declare type FlagValue = boolean | number | string;
{
"name": "@appflags/common",
"version": "0.2.0",
"version": "0.3.0",
"description": "",

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