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

@bfwk/command

Package Overview
Dependencies
Maintainers
2
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfwk/command - npm Package Compare versions

Comparing version 0.6.7003 to 0.7.0

index.xml

7

CHANGELOG.md

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

## 0.6.7003 (2021-04-21)
# [0.7.0](https://github.com/salesforce/builder-framework/compare/v0.6.49...v0.7.0) (2021-07-28)
**Note:** Version bump only for package @bfwk/command
### Features
* refactor from lbf to bfwk @W-9091273 ([#1](https://github.com/salesforce/builder-framework/issues/1)) ([5300a61](https://github.com/salesforce/builder-framework/commit/5300a6117f7f1c763442d7e50d157443e22c1e36))
## [0.6.7](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.6...v0.6.7) (2021-04-05)

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

@@ -67,3 +67,3 @@ import { ReactiveMembrane, throttle } from '@bfwk/utils';

let keyComboBuffer = [];
let lastKeyTime = Date.now();
const lastKeyTime = Date.now();
const defaultConfig = {

@@ -151,3 +151,3 @@ throttleTime: 200,

};
let currShortcutId = createShortcutId(shortcut);
const currShortcutId = createShortcutId(shortcut);
keyComboBuffer.push(currShortcutId);

@@ -194,3 +194,3 @@ resetBufferIfNeeded(false);

function createShortcutId(shortcut, isLabel) {
let keyEntryInfo = [];
const keyEntryInfo = [];
if (shortcut.ctrlOrCmd) {

@@ -197,0 +197,0 @@ const ctrOrCmd = isMac() ? `cmd` : `ctrl`;

{
"name": "@bfwk/command",
"version": "0.6.7003",
"version": "0.7.0",
"description": "LBF Command Pattern",

@@ -9,3 +9,4 @@ "type": "module",

"files": [
"dist/types"
"dist/types",
"index.xml"
],

@@ -31,5 +32,5 @@ "publishConfig": {

"dependencies": {
"@bfwk/error-handler": "0.6.7003",
"@bfwk/pub-sub": "0.6.7003",
"@bfwk/utils": "0.6.7003"
"@bfwk/error-handler": "0.7.0",
"@bfwk/pub-sub": "0.7.0",
"@bfwk/utils": "0.7.0"
},

@@ -36,0 +37,0 @@ "devDependencies": {

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