react-observable-mixin
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -25,3 +25,3 @@ 'use strict'; | ||
if (isRequired) { | ||
return new Error('Required ' + locationName + ' `' + propName + '` was not specified in ' + ('`' + componentName + '`.')); | ||
throw new Error('Required ' + locationName + ' `' + propName + '` was not specified in ' + ('`' + componentName + '`.')); | ||
} | ||
@@ -28,0 +28,0 @@ } else { |
{ | ||
"name": "react-observable-mixin", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Container like observable mixin for ReactJS.", | ||
@@ -16,7 +16,11 @@ "main": "lib/index.js", | ||
"@doctolib/gulp-tasks": "^1.0.0", | ||
"@doctolib/linter": "^1.0.0", | ||
"chai": "^3.3.0", | ||
"eslint": "^1.7.2", | ||
"eslint": "^1.7.3", | ||
"eslint-plugin-mocha": "^1.0.0", | ||
"eslint-plugin-react": "^3.6.3", | ||
"gulp": "^3.9.0", | ||
"jsdom": "^7.0.1", | ||
"mocha": "^2.3.3", | ||
"mocha-jsdom": "^1.0.0", | ||
"react": "^0.14.0", | ||
@@ -32,3 +36,3 @@ "react-addons-test-utils": "^0.14.0", | ||
"cover": "gulp cover", | ||
"coveralls": "gulp coveralls", | ||
"coveralls": "eslint . && gulp coveralls", | ||
"lint": "eslint .", | ||
@@ -56,3 +60,7 @@ "test": "gulp test" | ||
}, | ||
"examples": { | ||
"codeHighlighting": true, | ||
"title": "React Observable Mixin" | ||
}, | ||
"homepage": "https://github.com/doctolib/react-observable-mixin#readme" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9326
0
17