Socket
Socket
Sign inDemoInstall

@soliantconsulting/fm-mock-server

Package Overview
Dependencies
89
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

dist/script.js

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

export const scriptHandlerProxy = (scriptHandler) => async (context) => {
const bodyParseResult = bodySchema.safeParse(context.body);
const bodyParseResult = bodySchema.safeParse(context.request.body);
if (!bodyParseResult.success) {

@@ -9,0 +9,0 @@ console.error(bodyParseResult.error);

{
"name": "@soliantconsulting/fm-mock-server",
"version": "1.0.3",
"version": "1.0.4",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc