Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@remixproject/plugin-api

Package Overview
Dependencies
Maintainers
6
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remixproject/plugin-api - npm Package Compare versions

Comparing version 0.3.13-alpha.3 to 0.3.13-alpha.4

lib/file-system/file-panel/type.d.ts

3

lib/file-system/file-panel/api.d.ts
import { StatusEvents } from '@remixproject/plugin-utils';
import { customAction } from './type';
export interface IFilePanel {

@@ -8,2 +9,3 @@ events: {

createWorkspace: (workspace: any) => void;
customAction: (cmd: customAction) => void;
} & StatusEvents;

@@ -18,3 +20,4 @@ methods: {

renameWorkspace(oldName: string, newName: string): void;
registerContextMenuItem(cmd: customAction): void;
};
}
export * from './api';
export * from './profile';
export * from './type';

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

tslib_1.__exportStar(require("./profile"), exports);
tslib_1.__exportStar(require("./type"), exports);
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "@remixproject/plugin-api",
"version": "0.3.13-alpha.3",
"version": "0.3.13-alpha.4",
"homepage": "https://github.com/ethereum/remix-plugin/tree/master/packages/api#readme",

@@ -27,5 +27,5 @@ "repository": {

"dependencies": {
"@remixproject/plugin-utils": "0.3.13-alpha.3"
"@remixproject/plugin-utils": "0.3.13-alpha.4"
},
"peerDependencies": {}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc