Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@phero/server

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phero/server - npm Package Compare versions

Comparing version
0.10.4
to
0.10.5-alpha.0
+2
-2
dist/commands/serve/DevServer.js

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

// Validation error(s)
res.write(JSON.stringify(rpcResult.errors, null, 4));
res.write(JSON.stringify({ errors: rpcResult.errors }, null, 4));
this.eventEmitter.emit({

@@ -186,3 +186,3 @@ type: "RPC_FAILED_VALIDATION_ERROR",

// Error is thrown
res.write(JSON.stringify(rpcResult.error));
res.write(JSON.stringify({ error: rpcResult.error }));
this.eventEmitter.emit({

@@ -189,0 +189,0 @@ type: "RPC_FAILED_FUNCTION_ERROR",

{
"name": "@phero/server",
"version": "0.10.4",
"version": "0.10.5-alpha.0",
"main": "dist/index.js",

@@ -43,3 +43,3 @@ "description": "Server library for Phero",

},
"gitHead": "b706e19021387735b9c927ccebd90de4c9105f62"
"gitHead": "6e5a24d6fe9c527190c6df76786714f3bb523b1a"
}
{
"name": "@phero/server",
"version": "0.10.4",
"version": "0.10.5-alpha.0",
"main": "dist/index.js",

@@ -43,3 +43,3 @@ "description": "Server library for Phero",

},
"gitHead": "b706e19021387735b9c927ccebd90de4c9105f62"
"gitHead": "6e5a24d6fe9c527190c6df76786714f3bb523b1a"
}