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.16 to 0.3.17

lib/terminal/api.d.ts

2

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

@@ -15,3 +15,3 @@ import { StatusEvents } from '@remixproject/plugin-utils';

isLocalhost: boolean;
workSpacesPath: string;
absolutePath: string;
};

@@ -18,0 +18,0 @@ getWorkspaces(): string[];

@@ -15,2 +15,3 @@ import { ProfileMap } from '@remixproject/plugin-utils';

import { IDgitSystem } from './dgit';
import { ITerminal } from './terminal';
export interface IRemixApi {

@@ -30,2 +31,3 @@ manager: IPluginManager;

vscodeExtAPI: IVScodeExtAPI;
terminal: ITerminal;
}

@@ -32,0 +34,0 @@ export declare type RemixApi = Readonly<IRemixApi>;

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

const dgit_1 = require("./dgit");
const terminal_1 = require("./terminal");
/** @deprecated Use remixProfiles instead. Will be remove in next version */

@@ -34,2 +35,3 @@ exports.remixApi = Object.freeze({

vscodeExtAPI: vscextapi_1.vscodeExtProfile,
terminal: terminal_1.terminalProfile
});

@@ -52,3 +54,4 @@ /** Profiles of all the remix's Native Plugins */

vscodeExtAPI: vscextapi_1.vscodeExtProfile,
terminal: terminal_1.terminalProfile
});
//# sourceMappingURL=remix-profile.js.map
{
"name": "@remixproject/plugin-api",
"version": "0.3.16",
"version": "0.3.17",
"homepage": "https://github.com/ethereum/remix-plugin/tree/master/packages/api#readme",

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

"dependencies": {
"@remixproject/plugin-utils": "0.3.16"
"@remixproject/plugin-utils": "0.3.17"
},
"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