Socket
Socket
Sign inDemoInstall

react-prop-types-element-of-type

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-prop-types-element-of-type - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="1.0.2"></a>
## [1.0.2](https://github.com/tomchentw/react-prop-types-element-of-type/compare/v1.0.1...v1.0.2) (2015-11-21)
### Bug Fixes
* **propTypesElementOfType:** getExtraMessage defaults to empty message ([33e14d4](https://github.com/tomchentw/react-prop-types-element-of-type/commit/33e14d4))
<a name="1.0.1"></a>

@@ -2,0 +12,0 @@ ## [1.0.1](https://github.com/tomchentw/react-prop-types-element-of-type/compare/v1.0.0...v1.0.1) (2015-11-21)

1

lib/index.js

@@ -67,3 +67,4 @@ "use strict";

}
return "";
}
module.exports = exports["default"];

2

package.json
{
"name": "react-prop-types-element-of-type",
"version": "1.0.1",
"version": "1.0.2",
"description": "Check if given React element is created by certain Component type",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -60,2 +60,3 @@ import {default as ReactElement} from "react/lib/ReactElement";

}
return ``;
}
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