Socket
Socket
Sign inDemoInstall

@mocks-server/core

Package Overview
Dependencies
96
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.3 to 1.4.4

4

CHANGELOG.md

@@ -29,2 +29,6 @@ # Change Log

## [1.4.4] - 2020-01-27
### Changed
- Update dependencies
## [1.4.3] - 2020-01-12

@@ -31,0 +35,0 @@ ### Changed

14

package.json
{
"name": "@mocks-server/core",
"version": "1.4.3",
"version": "1.4.4",
"description": "Pluggable mock server supporting multiple api behaviors",

@@ -38,2 +38,3 @@ "keywords": [

"test:acceptance": "jest --config=jest.acceptance.config.js --runInBand --detectOpenHandles",
"test:coverage": "npm run test",
"test:ci": "npm run test && npm run test:acceptance",

@@ -62,10 +63,10 @@ "coveralls": "cat ./coverage/lcov.info | coveralls"

"eslint-plugin-prettier": "3.1.2",
"husky": "4.0.6",
"husky": "4.2.1",
"is-promise": "2.1.0",
"jest": "24.9.0",
"lint-staged": "9.5.0",
"jest": "25.1.0",
"lint-staged": "10.0.3",
"prettier": "1.19.1",
"request": "2.88.0",
"request-promise": "4.2.5",
"sinon": "8.0.1",
"sinon": "8.1.1",
"strip-ansi": "6.0.0",

@@ -87,5 +88,4 @@ "tree-kill-sync": "1.0.0"

"engines": {
"node": ">8.0.0",
"npm": ">6.0.0"
"node": "10.x || 12.x || 13.x"
}
}
[![Build status][travisci-image]][travisci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url]
[![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Greenkeeper badge][greenkeeper-image]][greenkeeper-url] [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]
[![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com) [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]

@@ -5,0 +5,0 @@ [![NPM downloads][npm-downloads-image]][npm-downloads-url] [![License][license-image]][license-url]

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