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.1.5 to 1.1.6

0

lib/index.d.ts

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

@@ -0,0 +0,0 @@ "use strict";

16

package.json
{
"name": "dmock-server",
"version": "1.1.5",
"version": "1.1.6",
"description": "A typescript based mock server NPM module",

@@ -9,6 +9,7 @@ "main": "lib/index.js",

"build": "tsc",
"test": "mocha -r ts-node/register tests/unit-test.ts",
"pre-deploy": "npm run test && npm run build",
"deploy": "npm run pre-deploy && npm version patch && npm publish && npm run clean-lib",
"clean-lib": "del .\\lib\\ /F /S /Q"
"test": "mocha -r ts-node/register",
"unit-tests": "npm run test tests/unit-test.ts",
"pre-deploy": "npm run unit-tests && npm run build",
"deploy": "npm run clean && npm run pre-deploy && npm version patch && npm publish",
"clean": "rmdir lib /s/q"
},

@@ -24,8 +25,9 @@ "keywords": [],

"devDependencies": {
"@types/express": "^4.17.6",
"@types/axios": "^0.14.0",
"axios": "^0.19.2",
"@types/chai": "^4.2.7",
"@types/express": "^4.17.6",
"@types/mocha": "^7.0.1",
"@types/node": "^13.1.1",
"await-exec": "^0.1.2",
"axios": "^0.19.2",
"chai": "^4.2.0",

@@ -32,0 +34,0 @@ "mocha": "^7.0.1",

@@ -0,0 +0,0 @@ # dMock Server &middot; [![GitHub license](https://img.shields.io/badge/license-BSD%203%20Clause-blue.svg)](https://github.com/danitseitlin/dmock-server/blob/master/LICENSE) [![npm version](http://img.shields.io/npm/v/dmock-server.svg?style=flat)](https://npmjs.org/package/dmock-server "View this project on npm")

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