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

react-observable-mixin

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-observable-mixin - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

lib/ObservablePropTypes.js

@@ -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"
}
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