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

@dhis2/prop-types

Package Overview
Dependencies
Maintainers
14
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2/prop-types - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.0.4](https://github.com/dhis2/prop-types/compare/v1.0.3...v1.0.4) (2019-08-25)
### Bug Fixes
* add react as a peer dependency ([#33](https://github.com/dhis2/prop-types/issues/33)) ([88cb383](https://github.com/dhis2/prop-types/commit/88cb383))
## [1.0.3](https://github.com/dhis2/prop-types/compare/v1.0.2...v1.0.3) (2019-07-29)

@@ -2,0 +9,0 @@

5

package.json
{
"name": "@dhis2/prop-types",
"version": "1.0.3",
"version": "1.0.4",
"main": "./build/cjs/index.js",

@@ -30,3 +30,4 @@ "module": "./build/es/index.js",

"peerDependencies": {
"prop-types": "^15"
"prop-types": "^15",
"react": ">=15"
},

@@ -33,0 +34,0 @@ "files": [

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