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.87 to 0.10.88

src/lib/common/security/index.d.ts

2

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

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

@@ -5,2 +5,4 @@ import { FileId } from '../file/file';

import { FlowVersionId } from '../flows/flow-version';
import { ProjectId } from '../project';
import { UserId } from '../user';
import { ApId } from './id-generator';

@@ -36,5 +38,4 @@ export declare class ActivepiecesError extends Error {

export type PermissionDeniedErrorParams = BaseErrorParams<ErrorCode.PERMISSION_DENIED, {
resource: string;
action: string;
projectId: string;
userId: UserId;
projectId: ProjectId;
}>;

@@ -41,0 +42,0 @@ export type SystemInvalidErrorParams = BaseErrorParams<ErrorCode.SYSTEM_PROP_INVALID, {

export * from './utils';
export * from './base-model';
export * from './locale';
export * from './security';

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

tslib_1.__exportStar(require("./locale"), exports);
tslib_1.__exportStar(require("./security"), exports);
//# sourceMappingURL=index.js.map

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