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.6.0
to
0.7.0
+1
-1
package.json
{
"name": "@appflags/common",
"version": "0.6.0",
"version": "0.7.0",
"description": "",

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

import { Flag } from "./Flag";
export interface EnvironmentConfig {
environment: string;
flags: Flag[];
published: Date;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=EnvironmentConfig.js.map
{"version":3,"file":"EnvironmentConfig.js","sourceRoot":"","sources":["../../src/types/EnvironmentConfig.ts"],"names":[],"mappings":""}
export interface Flag {
key: string;
enabled: boolean;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Flag.js.map
{"version":3,"file":"Flag.js","sourceRoot":"","sources":["../../src/types/Flag.ts"],"names":[],"mappings":""}