New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@essential-projects/core_contracts

Package Overview
Dependencies
Maintainers
8
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@essential-projects/core_contracts - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0-78c00976-b20

2

dist/execution_context.d.ts

@@ -19,3 +19,3 @@ import { IIamService, IIdentity, TokenType } from './iam/index';

getIdentity(context: ExecutionContext): Promise<IIdentity>;
private _getIdentityRoles();
private _getIdentityRoles;
}

@@ -7,3 +7,3 @@ export declare enum ClaimActionType {

execute = 4,
all = 5,
all = 5
}
export declare enum TokenType {
jwt = 0,
jwt = 0
}
export declare enum LogicalOperatorType {
and = 0,
or = 1,
or = 1
}
export declare enum SaveMode {
virtual = 0,
persistance = 1,
add = 2,
add = 2
}
export declare enum QueryMethod {
findOne = 0,
count = 1,
all = 2,
all = 2
}

@@ -8,3 +8,3 @@ export declare enum SchemaAttributeType {

Date = 5,
Blob = 6,
Blob = 6
}

@@ -6,3 +6,3 @@ {

},
"version": "2.0.0",
"version": "3.0.0-78c00976-b20",
"description": "the referencable contracts for core components",

@@ -33,3 +33,3 @@ "license": "MIT",

"build": "gulp build",
"prepare": "npm run build && npm run build-schemas && npm run build-doc",
"prepare": "npm run build",
"build-doc": "gulp doc",

@@ -36,0 +36,0 @@ "build-schemas": "gulp typescript-schema",

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