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.8 to 1.1.0

8

dist/docs.js

@@ -19,2 +19,3 @@ import path from "path";

description: "Machine readable snake_case code",
minLength: 1,
},

@@ -24,2 +25,3 @@ title: {

description: "Title of the error, should not change per error code",
minLength: 1,
},

@@ -29,3 +31,9 @@ detail: {

description: "Detailed description of the error",
minLength: 1,
},
expose: {
type: "boolean",
description: "Whether to expose the error to the end-user",
default: false,
},
},

@@ -32,0 +40,0 @@ required: ["code", "title"],

1

dist/script.d.ts

@@ -21,2 +21,3 @@ import type { RouterContext } from "koa-tree-router";

detail?: string;
expose?: boolean;
}[];

@@ -23,0 +24,0 @@ };

2

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

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

Sorry, the diff of this file is not supported yet

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