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.86 to 0.10.87

4

package.json
{
"name": "@activepieces/shared",
"version": "0.10.86",
"version": "0.10.87",
"type": "commonjs",

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

"semver": "7.6.0",
"tslib": "1.14.1"
"tslib": "2.6.2"
},
"main": "./src/index.js"
}

@@ -10,2 +10,3 @@ "use strict";

PrincipalType["UNKNOWN"] = "UNKNOWN";
// Deprecated
PrincipalType["SUPER_USER"] = "SUPER_USER";

@@ -12,0 +13,0 @@ })(PrincipalType || (exports.PrincipalType = PrincipalType = {}));

@@ -31,3 +31,3 @@ import { FileId } from '../file/file';

export type EmailAuthIsDisabledParams = BaseErrorParams<ErrorCode.EMAIL_AUTH_DISABLED, Record<string, never>>;
export type AuthorizationErrorParams = BaseErrorParams<ErrorCode.AUTHORIZATION, {
export type AuthorizationErrorParams = BaseErrorParams<ErrorCode.AUTHORIZATION, Record<string, string> & {
message?: string;

@@ -34,0 +34,0 @@ }>;

Sorry, the diff of this file is not supported yet

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