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.12-alpha.3 to 0.3.12

lib/file-system/api.d.ts

4

index.d.ts
export * from './lib/compiler';
export * from './lib/content-import';
export * from './lib/editor';
export * from './lib/file-system/file-manager';
export * from './lib/file-system/file-explorers';
export * from './lib/dgit';
export * from './lib/file-system';
export * from './lib/git';

@@ -8,0 +6,0 @@ export * from './lib/network';

@@ -7,5 +7,3 @@ "use strict";

tslib_1.__exportStar(require("./lib/editor"), exports);
tslib_1.__exportStar(require("./lib/file-system/file-manager"), exports);
tslib_1.__exportStar(require("./lib/file-system/file-explorers"), exports);
tslib_1.__exportStar(require("./lib/dgit"), exports);
tslib_1.__exportStar(require("./lib/file-system"), exports);
tslib_1.__exportStar(require("./lib/git"), exports);

@@ -12,0 +10,0 @@ tslib_1.__exportStar(require("./lib/network"), exports);

import { ProfileMap } from '@remixproject/plugin-utils';
import { ICompiler } from './compiler';
import { IFileSystem } from './file-system/file-manager';
import { IFileSystem } from './file-system';
import { IEditor } from './editor';

@@ -12,4 +12,2 @@ import { INetwork } from './network';

import { IPluginManager } from './plugin-manager';
import { IFileExplorer } from './file-system/file-explorers';
import { IDgitSystem } from './dgit';
export interface IRemixApi {

@@ -19,4 +17,2 @@ manager: IPluginManager;

fileManager: IFileSystem;
fileExplorers: IFileExplorer;
dGitProvider: IDgitSystem;
solidityUnitTesting: IUnitTesting;

@@ -23,0 +19,0 @@ editor: IEditor;

@@ -5,3 +5,3 @@ "use strict";

const compiler_1 = require("./compiler");
const file_manager_1 = require("./file-system/file-manager");
const file_system_1 = require("./file-system");
const editor_1 = require("./editor");

@@ -16,4 +16,2 @@ const network_1 = require("./network");

const plugin_manager_1 = require("./plugin-manager");
const file_explorers_1 = require("./file-system/file-explorers");
const dgit_1 = require("./dgit");
/** @deprecated Use remixProfiles instead. Will be remove in next version */

@@ -23,5 +21,3 @@ exports.remixApi = Object.freeze({

solidity: Object.assign(Object.assign({}, compiler_1.compilerProfile), { name: 'solidity' }),
fileManager: Object.assign(Object.assign({}, file_manager_1.filSystemProfile), { name: 'fileManager' }),
dGitProvider: dgit_1.dGitProfile,
fileExplorers: file_explorers_1.fileExplorerProfile,
fileManager: Object.assign(Object.assign({}, file_system_1.filSystemProfile), { name: 'fileManager' }),
solidityUnitTesting: Object.assign(Object.assign({}, unit_testing_1.unitTestProfile), { name: 'solidityUnitTesting' }),

@@ -39,5 +35,4 @@ editor: editor_1.editorProfile,

solidity: Object.assign(Object.assign({}, compiler_1.compilerProfile), { name: 'solidity' }),
fileManager: Object.assign(Object.assign({}, file_manager_1.filSystemProfile), { name: 'fileManager' }),
fileManager: Object.assign(Object.assign({}, file_system_1.filSystemProfile), { name: 'fileManager' }),
git: Object.assign(Object.assign({}, git_1.gitProfile), { name: 'git' }),
dGitProvider: dgit_1.dGitProfile,
solidityUnitTesting: Object.assign(Object.assign({}, unit_testing_1.unitTestProfile), { name: 'solidityUnitTesting' }),

@@ -44,0 +39,0 @@ editor: editor_1.editorProfile,

import { ProfileMap } from '@remixproject/plugin-utils';
import { ICompiler } from './compiler';
import { IFileSystem } from './file-system/file-manager';
import { IFileSystem } from './file-system';
import { IEditor } from './editor';

@@ -5,0 +5,0 @@ import { INetwork } from './network';

@@ -5,3 +5,3 @@ "use strict";

const compiler_1 = require("./compiler");
const file_manager_1 = require("./file-system/file-manager");
const file_system_1 = require("./file-system");
const editor_1 = require("./editor");

@@ -15,3 +15,3 @@ const network_1 = require("./network");

solidity: Object.assign(Object.assign({}, compiler_1.compilerProfile), { name: 'solidity' }),
fileManager: Object.assign(Object.assign({}, file_manager_1.filSystemProfile), { name: 'fileManager' }),
fileManager: Object.assign(Object.assign({}, file_system_1.filSystemProfile), { name: 'fileManager' }),
editor: editor_1.editorProfile,

@@ -18,0 +18,0 @@ network: network_1.networkProfile,

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

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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