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

@lcem/declarative-type-validator

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lcem/declarative-type-validator - npm Package Compare versions

Comparing version 0.6.7 to 0.6.8

7

CHANGELOG.md

@@ -6,10 +6,13 @@ # Change Log

## [0.6.7](https://github.com/salesforce/low-code-experience-model/compare/v0.6.6...v0.6.7) (2021-05-20)
## [0.6.8](https://github.com/salesforce/low-code-experience-model/compare/v0.6.7...v0.6.8) (2021-05-24)
**Note:** Version bump only for package @lcem/declarative-type-validator
### Bug Fixes
* remove irrelevant errors of other component properties @W-9303662 ([#29](https://github.com/salesforce/low-code-experience-model/issues/29)) ([f33d3dd](https://github.com/salesforce/low-code-experience-model/commit/f33d3dd31f2d50c97aee3daf826f4b382bf59867))
# [0.6.0](https://git.soma.salesforce.com/BuilderFramework/canonical-ui-metadata/compare/v0.5.6...v0.6.0) (2021-03-29)

@@ -16,0 +19,0 @@

@@ -115,3 +115,7 @@ import Ajv from 'ajv';

}
export declare type ValidationError = Error;
export declare type ValidationError = Error & {
keyword: string;
dataPath: string;
params: any;
};
export interface ValidationResult {

@@ -118,0 +122,0 @@ isValid: boolean;

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

"license": "MIT",
"version": "0.6.7",
"version": "0.6.8",
"type": "module",

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

"dependencies": {
"@lcem/canonical-ui-metadata-schema": "0.6.7",
"@lcem/canonical-ui-metadata-schema": "0.6.8",
"ajv": "^6.12.2",

@@ -31,0 +31,0 @@ "ajv-errors": "^1.0.1"

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