New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.10.3 to 0.11.0

dist/main/immer/index.js

33

package.json
{
"name": "@rimbu/actor",
"version": "0.10.3",
"version": "0.11.0",
"description": "State management tools to create stateful logic that can be easily integrated in any framework",
"keywords": [
"redux",
"state management",
"observable",
"actor",
"reactive",
"state",
"immutable",
"rimbu",

@@ -32,9 +30,12 @@ "typescript"

},
"source": "src/index.ts",
"main": "dist/main/index.js",
"module": "dist/module/index.js",
"types": "dist/types/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",
"files": [
"dist",
"src"
"src",
"immer",
"patch",
"stream"
],

@@ -59,4 +60,3 @@ "scripts": {

"dependencies": {
"@rimbu/base": "^0.10.1",
"@rimbu/deep": "^0.13.1",
"@rimbu/common": "^0.12.0",
"tslib": "^2.4.0"

@@ -67,7 +67,8 @@ },

},
"denoify": {
"index": "src/index.ts",
"replacer": "../../config/denoify-rimbu-replacer.js"
"devDependencies": {
"@rimbu/deep": "^0.14.0",
"@rimbu/stream": "^0.13.0",
"immer": "^9.0.16"
},
"gitHead": "28454fe17a4e51a42f6107f7b1733270d0d88de5"
"gitHead": "442ffd299583458d458e9bbe3dd02c67828707f3"
}

@@ -56,6 +56,2 @@ <p align="center">

Because Rimbu uses advanced types, this may slow down the type checking part when running your code. If you're able to rely on your code editor to provide type errors, you can skip the Deno type check using the `--no-check` flag:
`deno run --import-map import_map.json --no-check src/main.ts`
## Usage

@@ -62,0 +58,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