Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

remixd

Package Overview
Dependencies
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remixd - npm Package Compare versions

Comparing version 0.2.3-alpha.3 to 0.2.3-alpha.4

2

lib/src/services/remixdClient.js

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

if (!fs.existsSync(path)) {
return resolve();
return reject('File not found okok ' + path);
}

@@ -66,0 +66,0 @@ if (!isRealPath(path))

{
"name": "remixd",
"version": "0.2.3-alpha.3",
"version": "0.2.3-alpha.4",
"description": "remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section)",

@@ -35,9 +35,9 @@ "main": "./lib/src/index.js",

"dependencies": {
"@remixproject/plugin": "0.3.0-alpha.3",
"@remixproject/plugin-ws": "0.3.0-alpha.1",
"@remixproject/plugin": "^0.3.0-alpha.8",
"@remixproject/plugin-ws": "^0.3.0-alpha.4",
"chokidar": "^2.1.8",
"commander": "^2.20.3",
"fs-extra": "^3.0.1",
"isbinaryfile": "^3.0.2",
"ws": "^7.3.0",
"chokidar": "^2.1.8",
"fs-extra": "^3.0.1"
"ws": "^7.3.0"
},

@@ -44,0 +44,0 @@ "python": {

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