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.4 to 1.0.5

2

dist/server.js

@@ -10,3 +10,3 @@ import gracefulShutdown from "http-graceful-shutdown";

const server = app.listen(options.port, options.hostname, undefined, () => {
console.info(`Server started on ${server.address()}`);
console.info(`Server started on ${JSON.stringify(server.address())}`);
});

@@ -13,0 +13,0 @@ gracefulShutdown(server);

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