Comparing version 0.2.3-alpha.3 to 0.2.3-alpha.4
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25143
+ Added@remixproject/plugin@0.3.208(transitive)
+ Added@remixproject/plugin-api@0.3.208(transitive)
+ Added@remixproject/plugin-utils@0.3.208(transitive)
+ Added@remixproject/plugin-ws@0.3.208(transitive)
+ Addedevents@3.2.0(transitive)
+ Addedtslib@2.0.1(transitive)
- Removed@remixproject/plugin@0.3.0-alpha.3(transitive)
- Removed@remixproject/plugin-ws@0.3.0-alpha.1(transitive)
- Removed@types/node@13.13.52(transitive)
- Removedevents@3.3.0(transitive)
- Removedws@8.18.0(transitive)