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

2

lib/content-import/type.d.ts
export interface ContentImport {
content: string;
content: any;
cleanUrl: string;

@@ -4,0 +4,0 @@ type: 'github' | 'http' | 'https' | 'swarm' | 'ipfs';

@@ -12,3 +12,4 @@ import { RemixTx, RemixTxReceipt, RemixTxEvent, VMAccount, UdappSettings } from './type';

getSettings(): UdappSettings;
setEnvironmentMode(env: 'vm' | 'injected' | 'web3'): void;
};
}
{
"name": "@remixproject/plugin-api",
"version": "0.3.9-alpha.2",
"version": "0.3.9-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.9-alpha.2"
"@remixproject/plugin-utils": "0.3.9-alpha.3"
},
"peerDependencies": {}
}
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