New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7.11 to 0.7.12

12

CHANGELOG.md

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

## [0.7.11](https://github.com/salesforce/builder-framework/compare/v0.7.10...v0.7.11) (2021-08-31)
## [0.7.12](https://github.com/salesforce/builder-framework/compare/v0.7.11...v0.7.12) (2021-09-08)
**Note:** Version bump only for package @bfwk/editor
### Bug Fixes
* release 0.7.12 ([#254](https://github.com/salesforce/builder-framework/issues/254)) ([5144368](https://github.com/salesforce/builder-framework/commit/514436892be90e5aba036263d42abaaa7f314c74))
### Features
* **builder:** delete data provider @W-9785077 ([#250](https://github.com/salesforce/builder-framework/issues/250)) ([eae54d6](https://github.com/salesforce/builder-framework/commit/eae54d634799c41fd098f3cffe0eadb79a8fc21b))
## [0.6.7](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.6...v0.6.7) (2021-04-05)

@@ -16,0 +24,0 @@

5

dist/index.js

@@ -813,7 +813,8 @@ import { createStore } from '@bfwk/store-redux';

}
issueDPDeleteCommand(dpID) {
issueDPDeleteCommand(dpID, componentID) {
this.pubSub.publishEvent({
eventType: DELETE_DP,
payload: {
diID: dpID,
dpID,
componentID,
},

@@ -820,0 +821,0 @@ });

@@ -61,3 +61,3 @@ import { BasePropertySheetContainer, PropertySheet, PropertySheetDescription, PropertySheetDescriptionProvider, PropertySheetUiDefinition, PropertyState, PropertyValidationService } from '@bfwk/property-editor';

issueDPEditCommand(dpValue: DataProviderNode): void;
issueDPDeleteCommand(dpID: Guid): void;
issueDPDeleteCommand(dpID: Guid, componentID: Guid): void;
areDataProvidersAllowed(): boolean;

@@ -64,0 +64,0 @@ protected getExtendedPropertyState(docModel: DocumentModel, id: Guid): ExtendedPropertyState;

{
"name": "@bfwk/editor",
"version": "0.7.11",
"version": "0.7.12",
"description": "LBF Editor",

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

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

@@ -49,0 +49,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