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
7
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.1.8 to 1.1.9

2

dist/types/plugin.d.ts

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

import { Model } from '@modern-js-reduck/store/dist/types/types';
import { Model } from '@modern-js-reduck/store/types';
declare type AsyncEffect = (...args: any[]) => Promise<any>;

@@ -3,0 +3,0 @@ declare type VoidEffect = (...args: any[]) => void;

{
"name": "@modern-js-reduck/plugin-effects",
"version": "1.1.8",
"version": "1.1.9",
"files": [

@@ -43,3 +43,3 @@ "dist"

"typescript": "^4",
"@modern-js-reduck/store": "1.1.8",
"@modern-js-reduck/store": "1.1.9",
"@modern-js-reduck/scripts": "0.0.0"

@@ -50,3 +50,3 @@ },

"peerDependencies": {
"@modern-js-reduck/store": "^1.1.8"
"@modern-js-reduck/store": "^1.1.9"
},

@@ -53,0 +53,0 @@ "publishConfig": {

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