New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dmock-server

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmock-server - npm Package Compare versions

Comparing version 1.8.5 to 1.8.6

2

lib/index.js

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

}
this.server = http_1.createServer(this.handler).listen(this.port, this.hostname, () => {
this.server = (0, http_1.createServer)(this.handler).listen(this.port, this.hostname, () => {
console.log(`Starting server ${this.hostname}:${this.port}`);

@@ -58,0 +58,0 @@ });

{
"name": "dmock-server",
"version": "1.8.5",
"version": "1.8.6",
"description": "This NodeJS module is a delightful mock server built for automation and ongoing development",

@@ -35,3 +35,3 @@ "main": "lib/index.js",

"ts-node": "10.2.1",
"typescript": "4.1.2"
"typescript": "4.4.4"
},

@@ -38,0 +38,0 @@ "repository": {

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