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.3.2 to 1.4.0

6

CHANGELOG.md

@@ -17,3 +17,7 @@ # Change Log

## [1.3.2] - 2020-01-11
## [1.4.0] - 2020-01-12
### Added
- Add display name
## [1.3.2] - 2020-01-12
### Changed

@@ -20,0 +24,0 @@ - Update dependencies

2

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -21,2 +21,3 @@ /*

const packageInfo = require("../package.json");
const DeprecatedApi = require("./deprecated/Api");

@@ -63,2 +64,6 @@

get displayName() {
return packageInfo.name;
}
async init() {

@@ -65,0 +70,0 @@ await this._deprecatedApi.init();

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