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.10.0 to 0.10.1

dist/index.cjs

15

package.json
{
"name": "@bfwk/command",
"version": "0.10.0",
"version": "0.10.1",
"description": "LBF Command Pattern",

@@ -11,3 +11,8 @@ "repository": {

"type": "module",
"main": "dist/index.js",
"main": "dist/index.cjs",
"browser": "dist/index.mjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"typings": "dist/types/index.d.ts",

@@ -37,5 +42,5 @@ "files": [

"dependencies": {
"@bfwk/error-handler": "0.10.0",
"@bfwk/pub-sub": "0.10.0",
"@bfwk/utils": "0.10.0"
"@bfwk/error-handler": "0.10.1",
"@bfwk/pub-sub": "0.10.1",
"@bfwk/utils": "0.10.1"
},

@@ -42,0 +47,0 @@ "devDependencies": {

# Command
[![npm](https://img.shields.io/npm/v/@bfwk/command)](https://www.npmjs.com/package/@bfwk/command)

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