Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-redux

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-redux - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

6

CHANGELOG.md
ember-redux Changelog
==============================
4.0.4
-----
* [TYPESCRIPT]: Fix declaration file for newer versions of typescript
([#188](https://github.com/ember-redux/ember-redux/pull/188))
4.0.3

@@ -5,0 +11,0 @@ -----

8

index.d.ts

@@ -11,7 +11,7 @@ // Type definitions for ember-redux 3.0.0

declare namespace EmberRedux {
type Dispatch<S> = Redux.Dispatch<S>;
type Dispatch = Redux.Dispatch;
type ActionCreator<A> = Redux.ActionCreator<A>;
export interface DispatchProp<T> {
dispatch: Dispatch<T>
dispatch: Dispatch
}

@@ -44,3 +44,3 @@

interface MapDispatchToPropsFunction<TDispatchProps> {
(dispatch: Dispatch<any>): TDispatchProps;
(dispatch: Dispatch): TDispatchProps;
}

@@ -56,3 +56,3 @@

interface MapDispatchToPropsFactory<TDispatchProps> {
(dispatch: Dispatch<any>): MapDispatchToProps<TDispatchProps>;
(dispatch: Dispatch): MapDispatchToProps<TDispatchProps>;
}

@@ -59,0 +59,0 @@

{
"name": "ember-redux",
"version": "4.0.3",
"version": "4.0.4",
"description": "ember-cli addon that provides simple redux bindings for ember.js",

@@ -19,2 +19,4 @@ "scripts": {

"devDependencies": {
"@ember/jquery": "^0.6.0",
"@ember/optional-features": "^0.6.3",
"broccoli-asset-rev": "^2.7.0",

@@ -40,3 +42,3 @@ "ember-cli": "~3.7.0",

"ember-resolver": "^4.0.0",
"ember-source": "~3.8.0",
"ember-source": "~3.10.0",
"ember-symbol-observable": "^1.0.2",

@@ -43,0 +45,0 @@ "ember-try": "^0.2.23",

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