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.11.2 to 0.11.3

./dist/main/main/index.js

48

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

@@ -30,6 +30,36 @@ "keywords": [

},
"source": "src/main/index.ts",
"main": "dist/main/main/index.js",
"module": "dist/module/main/index.js",
"types": "dist/types/main/index.d.ts",
"source": "./src/main/index.ts",
"main": "./dist/main/main/index.js",
"module": "./dist/module/main/index.js",
"types": "./dist/types/main/index.d.ts",
"exports": {
".": {
"types": "./dist/types/main/index.d.ts",
"import": "./dist/module/main/index.js",
"require": "./dist/main/main/index.js",
"bun": "./src/main/index.ts",
"default": "./dist/module/main/index.js"
},
"./immer": {
"types": "./dist/types/immer/index.d.ts",
"import": "./dist/module/immer/index.js",
"require": "./dist/main/immer/index.js",
"bun": "./src/immer/index.ts",
"default": "./dist/module/immer/index.js"
},
"./patch": {
"types": "./dist/types/patch/index.d.ts",
"import": "./dist/module/patch/index.js",
"require": "./dist/main/patch/index.js",
"bun": "./src/patch/index.ts",
"default": "./dist/module/patch/index.js"
},
"./stream": {
"types": "./dist/types/stream/index.d.ts",
"import": "./dist/module/stream/index.js",
"require": "./dist/main/stream/index.js",
"bun": "./src/stream/index.ts",
"default": "./dist/module/stream/index.js"
}
},
"files": [

@@ -59,3 +89,3 @@ "dist",

"dependencies": {
"@rimbu/common": "^0.12.1",
"@rimbu/common": "^0.12.2",
"tslib": "^2.5.0"

@@ -67,7 +97,7 @@ },

"devDependencies": {
"@rimbu/deep": "^0.14.1",
"@rimbu/stream": "^0.13.1",
"@rimbu/deep": "^0.14.2",
"@rimbu/stream": "^0.13.2",
"immer": "^9.0.16"
},
"gitHead": "f7a7662f81e9246b244cab22c14776617652833f"
"gitHead": "4ffac464a67030c80e35241766098837498426e6"
}
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