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

@colearn/microservices-kit

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colearn/microservices-kit - npm Package Compare versions

Comparing version 0.0.26 to 0.0.27

2

lib/auth.d.ts

@@ -15,3 +15,3 @@ import type { Request, Response, NextFunction } from 'express';

User = "user",
ContentEditor = "contentedtitor"
ContentEditor = "contenteditor"
}

@@ -18,0 +18,0 @@ export declare function getSystemRole(scopes?: string[]): SystemRole | undefined;

@@ -9,3 +9,3 @@ "use strict";

SystemRole["User"] = "user";
SystemRole["ContentEditor"] = "contentedtitor";
SystemRole["ContentEditor"] = "contenteditor";
})(SystemRole = exports.SystemRole || (exports.SystemRole = {}));

@@ -12,0 +12,0 @@ function getSystemRole(scopes) {

{
"name": "@colearn/microservices-kit",
"version": "0.0.26",
"version": "0.0.27",
"description": "colearn microservice kit",

@@ -5,0 +5,0 @@ "author": "Colearn",

Sorry, the diff of this file is not supported yet

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