Socket
Socket
Sign inDemoInstall

@mocks-server/core

Package Overview
Dependencies
97
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.1 to 1.5.2

9

CHANGELOG.md

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

## [1.5.2] - 2020-12-21
### Added
- chore(deps): Add support for Node.js v15.x
### Changed
- chore(ci): Migrate from Travis CI to github actions
- test(e2e): Rename acceptance tests into e2e tests
## [1.5.1] - 2020-10-27

@@ -31,0 +40,0 @@

11

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

@@ -37,6 +37,4 @@ "keywords": [

"test": "jest",
"test:acceptance": "jest --config=jest.acceptance.config.js --runInBand --detectOpenHandles",
"test:coverage": "npm run test",
"test:ci": "npm run test && npm run test:acceptance",
"coveralls": "cat ./coverage/lcov.info | coveralls"
"test:e2e": "jest --config=jest.e2e.config.js --runInBand --detectOpenHandles",
"test:unit": "npm run test"
},

@@ -60,3 +58,2 @@ "dependencies": {

"devDependencies": {
"coveralls": "3.0.9",
"eslint": "7.12.0",

@@ -86,4 +83,4 @@ "eslint-config-prettier": "6.14.0",

"engines": {
"node": "12.x || 14.x"
"node": "12.x || 14.x || 15.x"
}
}

@@ -1,2 +0,2 @@

[![Build status][travisci-image]][travisci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url]
[![Build status][build-image]][build-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url]

@@ -36,4 +36,4 @@ [![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]

[coveralls-url]: https://coveralls.io/github/mocks-server/core
[travisci-image]: https://travis-ci.com/mocks-server/core.svg?branch=master
[travisci-url]: https://travis-ci.com/mocks-server/core
[build-image]: https://github.com/mocks-server/core/workflows/build/badge.svg?branch=master
[build-url]: https://github.com/mocks-server/core/actions?query=workflow%3Abuild+branch%3Amaster
[last-commit-image]: https://img.shields.io/github/last-commit/mocks-server/core.svg

@@ -40,0 +40,0 @@ [last-commit-url]: https://github.com/mocks-server/core/commits

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