reactive-di
Advanced tools
Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "reactive-di", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Reactive dependency injection", | ||
@@ -61,6 +61,6 @@ "publishConfig": { | ||
"babel-cli": "^6.18.0", | ||
"babel-core": "^6.18.0", | ||
"babel-core": "^6.18.2", | ||
"babel-loader": "^6.2.7", | ||
"babel-plugin-espower": "^2.3.1", | ||
"babel-plugin-module-resolver": "^2.2.0", | ||
"babel-plugin-module-resolver": "^2.3.0", | ||
"babel-plugin-syntax-decorators": "^6.13.0", | ||
@@ -75,15 +75,15 @@ "babel-plugin-syntax-flow": "^6.18.0", | ||
"babel-preset-stage-0": "^6.16.0", | ||
"eslint-config-airplus": "^2.0.7", | ||
"flow-bin": "^0.34.0", | ||
"eslint-config-airplus": "^2.0.10", | ||
"flow-bin": "^0.35.0", | ||
"glob": "^7.1.1", | ||
"html-webpack-plugin": "^2.24.0", | ||
"html-webpack-plugin": "^2.24.1", | ||
"husky": "^0.11.9", | ||
"jsdom": "^9.8.3", | ||
"jss": "^5.5.5", | ||
"jss-camel-case": "^2.0.1", | ||
"jss": "^5.5.6", | ||
"jss-camel-case": "^2.0.2", | ||
"mocha": "^3.1.2", | ||
"power-assert": "^1.4.1", | ||
"react": "^15.3.2", | ||
"react-addons-test-utils": "^15.3.2", | ||
"react-dom": "^15.3.2", | ||
"power-assert": "^1.4.2", | ||
"react": "^15.4.0", | ||
"react-addons-test-utils": "^15.4.0", | ||
"react-dom": "^15.4.0", | ||
"sinon": "^1.17.6", | ||
@@ -90,0 +90,0 @@ "webpack": "^1.13.3", |
@@ -109,3 +109,3 @@ // @flow | ||
// @todo remove b.equals after fixing https://github.com/ds300/derivablejs/issues/52 | ||
return b.equals ? true : (lc: any).isEqual(a, b) | ||
return (b: any).equals ? true : (lc: any).isEqual(a, b) | ||
} | ||
@@ -112,0 +112,0 @@ : null |
@@ -213,3 +213,3 @@ // @flow | ||
resolveDeps(argDeps: ArgDep[], lcs?: InternalLifeCycle<*>[]): Derivable<mixed[]> { | ||
resolveDeps(argDeps: ArgDep[], lcs?: InternalLifeCycle<*>[]): Derivable<any[]> { | ||
const resolvedArgs: DerivableArg[] = [] | ||
@@ -216,0 +216,0 @@ if (lcs) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
329872
31