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.4.0
to
0.5.0
+8
lib/api-types/GetConfiguration.d.ts
import { Configuration, User } from "../types";
export interface GetConfigurationRequest {
user: User;
getUpdateAt?: number;
}
export interface GetConfigurationResponse {
configuration: Configuration;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=GetConfiguration.js.map
{"version":3,"file":"GetConfiguration.js","sourceRoot":"","sources":["../../src/api-types/GetConfiguration.ts"],"names":[],"mappings":""}
export { GetConfigurationRequest, GetConfigurationResponse } from "./GetConfiguration";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.js.map
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/api-types/index.ts"],"names":[],"mappings":""}
export interface ConfigurationNotification {
published: number;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ConfigurationNotification.js.map
{"version":3,"file":"ConfigurationNotification.js","sourceRoot":"","sources":["../../src/types/ConfigurationNotification.ts"],"names":[],"mappings":""}
+1
-0
export * from "./types";
export * from "./api-types";

@@ -14,2 +14,3 @@ "use strict";

__exportStar(require("./types"), exports);
__exportStar(require("./api-types"), exports);
//# sourceMappingURL=index.js.map
+1
-1

@@ -1,1 +0,1 @@

{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAAuB"}
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAAuB;AACvB,8CAA2B"}
export { Configuration, Flag, FlagValue } from "./Configuration";
export { ConfigurationNotification } from "./ConfigurationNotification";
export { User } from "./User";
{
"name": "@appflags/common",
"version": "0.4.0",
"version": "0.5.0",
"description": "",

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