Socket
Socket
Sign inDemoInstall

@mocks-server/plugin-admin-api

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mocks-server/plugin-admin-api - npm Package Compare versions

Comparing version 1.4.6 to 1.4.7

9

CHANGELOG.md

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

## [1.4.7] - 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.4.6] - 2020-10-27

@@ -19,0 +28,0 @@ ### Changed

11

package.json
{
"name": "@mocks-server/plugin-admin-api",
"version": "1.4.6",
"version": "1.4.7",
"description": "Plugin for Mocks Server. Provides a REST API for administrating settings, fixtures and behaviors",

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

"test": "jest",
"test:acceptance": "jest --config=jest.acceptance.config.js --runInBand",
"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",
"test:unit": "npm run test"
},

@@ -46,3 +44,2 @@ "peerDependencies": {

"@mocks-server/core": "1.5.1",
"coveralls": "3.0.9",
"eslint": "7.12.1",

@@ -74,4 +71,4 @@ "eslint-config-prettier": "6.15.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]

@@ -54,4 +54,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/plugin-admin-api
[travisci-image]: https://travis-ci.com/mocks-server/plugin-admin-api.svg?branch=master
[travisci-url]: https://travis-ci.com/mocks-server/plugin-admin-api
[build-image]: https://github.com/mocks-server/plugin-admin-api/workflows/build/badge.svg?branch=master
[build-url]: https://github.com/mocks-server/plugin-admin-api/actions?query=workflow%3Abuild+branch%3Amaster
[last-commit-image]: https://img.shields.io/github/last-commit/mocks-server/plugin-admin-api.svg

@@ -58,0 +58,0 @@ [last-commit-url]: https://github.com/mocks-server/plugin-admin-api/commits

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