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
91
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.37 to 0.3.38

4

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

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

"dependencies": {
"@remixproject/plugin-utils": "0.3.37"
"@remixproject/plugin-utils": "0.3.38"
},
"peerDependencies": {}
}

@@ -10,2 +10,3 @@ import { StatusEvents } from "@remixproject/plugin-utils";

rm(cmd: any): string;
reset(cmd: any): string;
log(cmd: any): any[];

@@ -12,0 +13,0 @@ lsfiles(cmd: any): any[];

@@ -6,4 +6,4 @@ "use strict";

name: 'dGitProvider',
methods: ['clone', 'addremote', 'delremote', 'remotes', 'init', 'status', 'log', 'commit', 'add', 'rm', 'lsfiles', 'readblob', 'resolveref', 'branch', 'branches', 'checkout', 'currentbranch', 'zip', 'push', 'pull', 'setIpfsConfig', 'getItem', 'setItem', 'localStorageUsed']
methods: ['clone', 'addremote', 'delremote', 'remotes', 'init', 'status', 'log', 'commit', 'add', 'reset', 'rm', 'lsfiles', 'readblob', 'resolveref', 'branch', 'branches', 'checkout', 'currentbranch', 'zip', 'push', 'pull', 'setIpfsConfig', 'getItem', 'setItem', 'localStorageUsed']
};
//# sourceMappingURL=profile.js.map

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