Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.4 to 1.2.5

2

lib/index.d.ts

@@ -69,3 +69,3 @@ /// <reference types="node" />

*/
declare type Route = {
export declare type Route = {
method: RequestMethod;

@@ -72,0 +72,0 @@ path: string;

{
"name": "dmock-server",
"version": "1.2.4",
"description": "A typescript based mock server NPM module",
"version": "1.2.5",
"description": "This NodeJS module is a delightful mock server built for automation and ongoing development",
"main": "lib/index.js",

@@ -29,3 +29,2 @@ "types": "lib/index.d.ts",

"@types/node": "^13.1.1",
"await-exec": "^0.1.2",
"axios": "^0.19.2",

@@ -40,8 +39,8 @@ "chai": "^4.2.0",

"type": "git",
"url": "git+https://github.com/danitseitlin/mock-server.git"
"url": "git+https://github.com/danitseitlin/dmock-server.git"
},
"bugs": {
"url": "https://github.com/danitseitlin/mock-server/issues"
"url": "https://github.com/danitseitlin/dmock-server/issues"
},
"homepage": "https://github.com/danitseitlin/mock-server#readme"
"homepage": "https://github.com/danitseitlin/dmock-server#readme"
}
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