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.2 to 0.3.13-alpha.3

lib/vscextapi/api.d.ts

2

lib/remix-profile.d.ts

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

import { ISettings } from './settings';
import { IVScodeExtAPI } from './vscextapi';
import { IPluginManager } from './plugin-manager';

@@ -28,2 +29,3 @@ import { IFilePanel } from './file-system/file-panel';

theme: ITheme;
vscodeExtAPI: IVScodeExtAPI;
}

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

5

lib/remix-profile.js

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

const git_1 = require("./git");
const vscextapi_1 = require("./vscextapi");
const plugin_manager_1 = require("./plugin-manager");

@@ -32,2 +33,3 @@ const file_panel_1 = require("./file-system/file-panel");

theme: theme_1.themeProfile,
vscodeExtAPI: vscextapi_1.vscodeExtProfile,
});

@@ -48,4 +50,5 @@ /** Profiles of all the remix's Native Plugins */

settings: settings_1.settingsProfile,
theme: theme_1.themeProfile
theme: theme_1.themeProfile,
vscodeExtAPI: vscextapi_1.vscodeExtProfile,
});
//# sourceMappingURL=remix-profile.js.map
{
"name": "@remixproject/plugin-api",
"version": "0.3.13-alpha.2",
"version": "0.3.13-alpha.3",
"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.2"
"@remixproject/plugin-utils": "0.3.13-alpha.3"
},
"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