Socket
Socket
Sign inDemoInstall

@soliantconsulting/fm-mock-server

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soliantconsulting/fm-mock-server - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

10

dist/script.js

@@ -9,3 +9,3 @@ import { z } from "zod";

console.error(bodyParseResult.error);
context.body = { code: 1, resultParameter: "" };
context.body = { scriptResult: { code: 1, resultParameter: "" } };
return;

@@ -19,8 +19,10 @@ }

console.error(error);
context.body = { code: 1, resultParameter: "" };
context.body = { scriptResult: { code: 1, resultParameter: "" } };
return;
}
context.body = {
code: 0,
resultParameter: JSON.stringify(scriptResult),
scriptResult: {
code: 0,
resultParameter: JSON.stringify(scriptResult),
},
};

@@ -27,0 +29,0 @@ };

2

package.json
{
"name": "@soliantconsulting/fm-mock-server",
"version": "1.0.1",
"version": "1.0.2",
"description": "Mock server for FileMaker OData script calls",

@@ -5,0 +5,0 @@ "type": "module",

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