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

@bfwk/editor

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfwk/editor - npm Package Compare versions

Comparing version 0.6.28 to 0.6.29

6

CHANGELOG.md

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

## [0.6.28](https://github.com/salesforce/builder-framework/compare/v0.6.27...v0.6.28) (2021-06-10)
## [0.6.29](https://github.com/salesforce/builder-framework/compare/v0.6.28...v0.6.29) (2021-06-14)
### Features
### Bug Fixes
* array editor @W-7849390 ([#82](https://github.com/salesforce/builder-framework/issues/82)) ([0ac7731](https://github.com/salesforce/builder-framework/commit/0ac7731fb23aa8b42cad439e8c2d4639f84a36b6))
* initial errors for stateful property sheet @W-7849390 ([#95](https://github.com/salesforce/builder-framework/issues/95)) ([bb492c7](https://github.com/salesforce/builder-framework/commit/bb492c7b88682ca4eacd85f19404c123ff49d449))

@@ -14,0 +14,0 @@

@@ -398,3 +398,4 @@ import { createStore } from '@bfwk/store-redux';

getNodeErrors(node, componentInfo, errorResolver) {
const attributes = node.properties.values.attributes.value;
const attributes = node.properties.values.attributes &&
node.properties.values.attributes.value;
const nodeErrors = [];

@@ -401,0 +402,0 @@ for (const attrName in attributes) {

{
"name": "@bfwk/editor",
"version": "0.6.28",
"version": "0.6.29",
"description": "LBF Editor",

@@ -31,17 +31,17 @@ "type": "module",

"dependencies": {
"@bfwk/canvas": "0.6.28",
"@bfwk/command": "0.6.28",
"@bfwk/data-service": "0.6.28",
"@bfwk/di-editor": "0.6.28",
"@bfwk/document-model": "0.6.28",
"@bfwk/elements-palette": "0.6.28",
"@bfwk/error-handler": "0.6.28",
"@bfwk/instrumentation": "0.6.28",
"@bfwk/property-editor": "0.6.28",
"@bfwk/pub-sub": "0.6.28",
"@bfwk/sf-selector": "0.6.28",
"@bfwk/store": "0.6.28",
"@bfwk/store-redux": "0.6.28",
"@bfwk/undo-redo": "0.6.28",
"@bfwk/utils": "0.6.28",
"@bfwk/canvas": "0.6.29",
"@bfwk/command": "0.6.29",
"@bfwk/data-service": "0.6.29",
"@bfwk/di-editor": "0.6.29",
"@bfwk/document-model": "0.6.29",
"@bfwk/elements-palette": "0.6.29",
"@bfwk/error-handler": "0.6.29",
"@bfwk/instrumentation": "0.6.29",
"@bfwk/property-editor": "0.6.29",
"@bfwk/pub-sub": "0.6.29",
"@bfwk/sf-selector": "0.6.29",
"@bfwk/store": "0.6.29",
"@bfwk/store-redux": "0.6.29",
"@bfwk/undo-redo": "0.6.29",
"@bfwk/utils": "0.6.29",
"@lwc/wire-service": "1.17.6"

@@ -48,0 +48,0 @@ },

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