Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mocks-server/admin-api-paths

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.8 to 1.0.9

8

CHANGELOG.md

@@ -13,2 +13,10 @@ # Change Log

## [1.0.9] - 2020-12-21
### Added
- chore(deps): Add support for Node.js v15.x
### Changed
- chore(ci): Migrate from Travis CI to github actions
## [1.0.8] - 2020-10-26

@@ -15,0 +23,0 @@ ### Changed

9

package.json
{
"name": "@mocks-server/admin-api-paths",
"version": "1.0.8",
"version": "1.0.9",
"description": "Api paths of @mocks-server/plugin-admin-api",

@@ -30,5 +30,3 @@ "keywords": [

"test": "jest",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test:coverage": "npm run test",
"test:ci": "npm run test"
"test:unit": "npm run test"
},

@@ -41,3 +39,2 @@ "devDependencies": {

"babel-jest": "26.6.1",
"coveralls": "3.0.9",
"eslint": "7.12.0",

@@ -64,4 +61,4 @@ "eslint-config-prettier": "6.14.0",

"engines": {
"node": "12.x || 13.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]

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

@@ -33,0 +33,0 @@ [last-commit-url]: https://github.com/mocks-server/admin-api-paths/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