New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@modern-js-reduck/plugin-effects

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modern-js-reduck/plugin-effects - npm Package Compare versions

Comparing version 1.0.0-rc.5 to 1.0.0-rc.6

11

CHANGELOG.md
# @modern-js-reduck/plugin-effects
## 1.0.0-rc.6
### Patch Changes
- fix(type): actions can return void
- 9452589: fix: ts type
- Updated dependencies [undefined]
- Updated dependencies [9452589]
- @modern-js-reduck/store@1.0.0-rc.6
## 1.0.0-rc.5
### Patch Changes

@@ -5,0 +16,0 @@

99

package.json
{
"name": "@modern-js-reduck/plugin-effects",
"version": "1.0.0-rc.5",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/js/node/index.js",
"module": "./dist/js/treeshaking/index.js",
"jsnext:modern": "./dist/js/modern/index.js",
"exports": {
".": {
"node": {
"import": "./dist/js/modern/index.js",
"require": "./dist/js/node/index.js"
},
"default": "./dist/js/treeshaking/index.js"
}
},
"dependencies": {
"@babel/runtime": "^7",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@modern-js-reduck/store": "^1.0.0-rc.5",
"@modern-js/module-tools": "^1.0.0-rc.1",
"@modern-js/plugin-testing": "^1.0.0-rc.1",
"@types/jest": "^26",
"@types/node": "^14",
"@types/react": "^17",
"@types/react-dom": "^17",
"@types/redux-logger": "^3.0.9",
"redux-logger": "^3.0.6",
"typescript": "^4"
},
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "^1.0.0-rc.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"scripts": {
"new": "modern new",
"build": "modern build",
"test": "modern test"
}
}
"name": "@modern-js-reduck/plugin-effects",
"version": "1.0.0-rc.6",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/js/node/index.js",
"module": "./dist/js/treeshaking/index.js",
"jsnext:modern": "./dist/js/modern/index.js",
"exports": {
".": {
"node": {
"import": "./dist/js/modern/index.js",
"require": "./dist/js/node/index.js"
},
"default": "./dist/js/treeshaking/index.js"
}
},
"dependencies": {
"@babel/runtime": "^7",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@modern-js-reduck/store": "^1.0.0-rc.6",
"@modern-js/module-tools": "^1.0.0-rc.1",
"@modern-js/plugin-testing": "^1.0.0-rc.1",
"@types/jest": "^26",
"@types/node": "^14",
"@types/react": "^17",
"@types/react-dom": "^17",
"@types/redux-logger": "^3.0.9",
"redux-logger": "^3.0.6",
"typescript": "^4"
},
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "^1.0.0-rc.6"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"url": "https://github.com/modern-js-dev/reduck"
},
"scripts": {
"new": "modern new",
"build": "modern build",
"test": "modern test"
}
}

@@ -0,1 +1,2 @@

<p align="center">

@@ -5,18 +6,20 @@ <a href="https://modernjs.dev" target="blank"><img src="https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png" width="300" alt="Modern.js Logo" /></a>

<p align="center">现代 Web 工程体系</p>
<p align="center">
现代 Web 工程体系
<br/>
<a href="https://modernjs.dev" target="blank">
modernjs.dev
</a>
</p>
## 背景
## 参考链接
- [迈入现代 Web 开发](https://zhuanlan.zhihu.com/p/386607009)
- [现代 Web 开发者问卷调查报告](https://zhuanlan.zhihu.com/p/403206195)
- [字节跳动是如何落地微前端的](https://mp.weixin.qq.com/s/L9wbfNG5fTXF5bx7dcgj4Q)
## 计划
## 近期计划
Modern.js 的 1.0.0.rc 版已经发到 npm,目前在做测试改进,README 文档之后统一提供(现阶段加入测试和开发,可以发 [issue](https://github.com/modern-js-dev/modern.js/issues) 留微信联系),完整的文档站计划在10月14日上线
Modern.js 的 1.0.0.rc 版已经发到 npm,目前在做测试改进和文档建设。
README、完整的文档站、介绍等,都计划在 10 月 27 日上线。
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