Socket
Socket
Sign inDemoInstall

react-immutable-proptypes

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-immutable-proptypes - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

.nvmrc

2

package.json
{
"name": "react-immutable-proptypes",
"version": "1.2.0",
"version": "1.2.1",
"description": "PropType validators that work with Immutable.js.",

@@ -5,0 +5,0 @@ "main": "dist/ImmutablePropTypes.js",

@@ -85,3 +85,3 @@ # react-immutable-proptypes

// ...
<SomeComponent aList={new Immutable.List([1, '2'])} />
<SomeComponent aList={Immutable.List([1, '2'])} />

@@ -88,0 +88,0 @@ That said, don't do this. Please, just... don't.

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