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

@lcem/declarative-type

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lcem/declarative-type - npm Package Compare versions

Comparing version 0.6.17 to 0.6.19

9

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [0.6.17](https://github.com/salesforce/low-code-experience-model/compare/v0.6.16...v0.6.17) (2021-06-27)
## [0.6.19](https://github.com/salesforce/low-code-experience-model/compare/v0.6.17...v0.6.19) (2021-06-30)

@@ -12,8 +12,13 @@

* rollup @W-9526528 ([#57](https://github.com/salesforce/low-code-experience-model/issues/57)) ([2689bae](https://github.com/salesforce/low-code-experience-model/commit/2689bae4d26ad2496df65b3e773e97291f493211))
* reference resolution @W-9477593 ([#61](https://github.com/salesforce/low-code-experience-model/issues/61)) ([3d3f522](https://github.com/salesforce/low-code-experience-model/commit/3d3f522fa864147c5838506e448bcbe3e35ab2ef))
### Features
* allow whitelisted custom keywords @W-9534658 ([#63](https://github.com/salesforce/low-code-experience-model/issues/63)) ([52a3210](https://github.com/salesforce/low-code-experience-model/commit/52a3210bda930cd10226a8f6aeb52e6730d3ca48))
# [0.6.0](https://git.soma.salesforce.com/BuilderFramework/canonical-ui-metadata/compare/v0.5.6...v0.6.0) (2021-03-29)

@@ -20,0 +25,0 @@

@@ -162,3 +162,3 @@ import Ajv from 'ajv';

}
export declare function getValidator(schema: JsonSchema, scope: string, initValue?: JsonValue, referenceMap?: DeclarativeTypeMap): Promise<ValidatorResult | null>;
export declare function getValidator(schema: JsonSchema, scope: string, initValue?: JsonValue, referenceMap?: DeclarativeTypeMap, expectedCustomKeywords?: string[]): Promise<ValidatorResult | null>;
export declare function getMin(schema?: JsonSchema): number | undefined;

@@ -165,0 +165,0 @@ export declare function getMax(schema?: JsonSchema): number | undefined;

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.6.17",
"version": "0.6.19",
"type": "module",

@@ -35,3 +35,3 @@ "main": "dist/index.js",

"dependencies": {
"@lcem/meta-schemas": "0.6.17",
"@lcem/meta-schemas": "0.6.19",
"ajv": "^8.6.0",

@@ -38,0 +38,0 @@ "ajv-errors": "^3.0.0",

Sorry, the diff of this file is too big to display

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