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

businessman

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

businessman - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# v1.5.1
- Change: Motivation and store concept added to README.md
# v1.5.0

@@ -2,0 +6,0 @@

2

package.json
{
"name": "businessman",
"version": "1.5.0",
"version": "1.5.1",
"description": "Multi-thread State Management by the Worker API",

@@ -5,0 +5,0 @@ "main": "dist/businessman.js",

@@ -15,2 +15,8 @@ Multi-thread State Management by Worker API.

# Motivation
If application state management is performed by an application thread, the responsiveness of the application may be impaired. There is also a risk that the application itself will manipulate the state.
The application keep responsiveness by delegating state management to the Worker. It also eliminates the risk of direct manipulation of the state.
# API

@@ -20,4 +26,8 @@

Overview
In Businessman, only the states manipulated by dispatching are sent to the main thread. Because the data size between threads affects performance.
In short, Businessman only has one small state in one store.
The store is defined as follows.
```js

@@ -24,0 +34,0 @@ import { worker } from 'businessman'

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