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

@compass-framework/plugin

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compass-framework/plugin - npm Package Compare versions

Comparing version
1.3.0
to
1.3.1
+1
-1
@types/PluginRuntime.d.ts

@@ -5,3 +5,3 @@ import {PluginIdentifier} from "./PluginIdentifier";

export interface PluginRuntime {
exportAPIs(apis: object): void;
exportAPIs<T>(key: PluginIdentifier<T>, apis: T): void;

@@ -8,0 +8,0 @@ importAPIs<T>(key: PluginIdentifier<T>): T;

{
"name": "@compass-framework/plugin",
"version": "1.3.0",
"version": "1.3.1",
"description": "@compass-framework/plugin public api",

@@ -5,0 +5,0 @@ "types": "./index.d.ts",