Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

rainbow-actions

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rainbow-actions - npm Package Compare versions

Comparing version
0.2.3
to
0.2.4
+8
-11
package.json
{
"name": "rainbow-actions",
"version": "0.2.3",
"version": "0.2.4",
"description": "Type safe and namespaced redux actions",
"funding": "https://github.com/sponsors/antonk52",
"main": "index.js",

@@ -9,8 +10,8 @@ "types": "index.d.js",

"preversion": "npm run clean && npm ci && npm run install-peers && npm run types && npm test",
"postversion": "npm run prep && npm publish dist && git push --follow-tags",
"prep": "rm -rf dist && copyfiles ./src/* package.json README.md -f -a ./dist/",
"postversion": "npm run prep && npm publish ./dist && git push --follow-tags",
"prep": "rm -rf ./dist && copyfiles ./src/* package.json README.md -f -a ./dist/",
"install-peers": "npm i immer@8 --no-save",
"clean": "rm -rf node_modules",
"types": "tsc",
"test": "jest"
"test": "vitest --run"
},

@@ -25,12 +26,8 @@ "keywords": [

"devDependencies": {
"@types/jest": "^26.0.20",
"copyfiles": "^2.4.1",
"eslint": "^7.20.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5"
"typescript": "^5.8.2",
"vitest": "^3.1.1"
},
"peerDependencies": {
"immer": "^8.*.*"
"immer": "^8.*.* || ^9.*.* || ^10.*.*"
},

@@ -37,0 +34,0 @@ "engines": {

@@ -225,2 +225,2 @@ # Rainbow actions 🌈

This package is highly inspired by [typed-actions](https://github.com/lttb/typed-actions) and [piler](https://github.com/lttb/piler) by [@lttb](https://github.com/lttb).
This package is highly inspired by [typed-actions](https://github.com/lttb/typed-actions), [piler](https://github.com/lttb/piler) by [@lttb](https://github.com/lttb), and [immer](https://github.com/immerjs/immer) by [@mweststrate](https://github.com/mweststrate).