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.9 to 1.1.0

8

CHANGELOG.md

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

## [1.1.0] - 2020-12-25
### Added
- feat: Add alerts path
### Fixed
- fix: Remove mocks-server-plugin tag from package.json (#87)
## [1.0.9] - 2020-12-21

@@ -15,0 +23,0 @@

2

dist/index.cjs.js

@@ -10,4 +10,6 @@ 'use strict';

var ABOUT = "/about";
var ALERTS = "/alerts";
exports.ABOUT = ABOUT;
exports.ALERTS = ALERTS;
exports.BEHAVIORS = BEHAVIORS;

@@ -14,0 +16,0 @@ exports.DEFAULT_BASE_PATH = DEFAULT_BASE_PATH;

3

dist/index.esm.js

@@ -6,3 +6,4 @@ var DEFAULT_BASE_PATH = "/admin";

var ABOUT = "/about";
var ALERTS = "/alerts";
export { ABOUT, BEHAVIORS, DEFAULT_BASE_PATH, FIXTURES, SETTINGS };
export { ABOUT, ALERTS, BEHAVIORS, DEFAULT_BASE_PATH, FIXTURES, SETTINGS };

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

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).pluginAdminApiPaths={})}(this,(function(e){"use strict";e.ABOUT="/about",e.BEHAVIORS="/behaviors",e.DEFAULT_BASE_PATH="/admin",e.FIXTURES="/fixtures",e.SETTINGS="/settings",Object.defineProperty(e,"__esModule",{value:!0})}));
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).pluginAdminApiPaths={})}(this,(function(e){"use strict";e.ABOUT="/about",e.ALERTS="/alerts",e.BEHAVIORS="/behaviors",e.DEFAULT_BASE_PATH="/admin",e.FIXTURES="/fixtures",e.SETTINGS="/settings",Object.defineProperty(e,"__esModule",{value:!0})}));
{
"name": "@mocks-server/admin-api-paths",
"version": "1.0.9",
"version": "1.1.0",
"description": "Api paths of @mocks-server/plugin-admin-api",
"keywords": [
"mocks-server-plugin",
"administration",

@@ -8,0 +7,0 @@ "admin",

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