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

@rimbu/actor

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimbu/actor - npm Package Compare versions

Comparing version 0.5.8 to 0.5.9

src/actor.ts

15

package.json
{
"name": "@rimbu/actor",
"version": "0.5.8",
"version": "0.5.9",
"description": "State management tools to create stateful logic that can be easily integrated in any framework",

@@ -37,3 +37,4 @@ "keywords": [

"files": [
"dist"
"dist",
"src"
],

@@ -56,10 +57,4 @@ "scripts": {

"sideEffects": false,
"devDependencies": {
"@types/jest": "^26.0.23",
"jest": "^26.6.3",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4"
},
"dependencies": {
"@rimbu/deep": "^0.5.8"
"@rimbu/deep": "^0.5.9"
},

@@ -69,3 +64,3 @@ "publishConfig": {

},
"gitHead": "ac4608d3221339352917943ef3513192ddef5a4f"
"gitHead": "0158eaad0dec4503e92cb308af952869d68faad5"
}

@@ -9,11 +9,11 @@ <p align="center">

For complete documentation please visit the _[Rimbu Docs](http://rimbu.org/rimbu-actor)_.
For complete documentation please visit the _[Rimbu Docs](http://rimbu.org)_.
## Installation
`yarn add @rimbu/actor`
> `yarn add @rimbu/actor`
or
`npm i @rimbu/actor`
> `npm i @rimbu/actor`

@@ -20,0 +20,0 @@ ### recommended tsconfig.json settings

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