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

@activepieces/shared

Package Overview
Dependencies
Maintainers
3
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activepieces/shared - npm Package Compare versions

Comparing version 0.10.88 to 0.10.89

2

package.json
{
"name": "@activepieces/shared",
"version": "0.10.88",
"version": "0.10.89",
"type": "commonjs",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -6,5 +6,8 @@ export declare enum PrincipalType {

UNKNOWN = "UNKNOWN",
/**
* @deprecated
*/
SUPER_USER = "SUPER_USER"
}
export declare const ALL_PRINICPAL_TYPES: PrincipalType[];
export declare const ALL_PRINCIPAL_TYPES: PrincipalType[];
export declare const SERVICE_KEY_SECURITY_OPENAPI: {

@@ -11,0 +14,0 @@ apiKey: never[];

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlatformRole = exports.EndpointScope = exports.SERVICE_KEY_SECURITY_OPENAPI = exports.ALL_PRINICPAL_TYPES = exports.PrincipalType = void 0;
exports.PlatformRole = exports.EndpointScope = exports.SERVICE_KEY_SECURITY_OPENAPI = exports.ALL_PRINCIPAL_TYPES = exports.PrincipalType = void 0;
var PrincipalType;

@@ -10,6 +10,8 @@ (function (PrincipalType) {

PrincipalType["UNKNOWN"] = "UNKNOWN";
// Deprecated
/**
* @deprecated
*/
PrincipalType["SUPER_USER"] = "SUPER_USER";
})(PrincipalType || (exports.PrincipalType = PrincipalType = {}));
exports.ALL_PRINICPAL_TYPES = Object.values(PrincipalType);
exports.ALL_PRINCIPAL_TYPES = Object.values(PrincipalType);
exports.SERVICE_KEY_SECURITY_OPENAPI = {

@@ -16,0 +18,0 @@ apiKey: [],

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