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

@dhis2/ui-constants

Package Overview
Dependencies
Maintainers
15
Versions
423
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2/ui-constants - npm Package Compare versions

Comparing version 5.0.0-alpha.2 to 5.0.0-alpha.3

17

build/cjs/lib.js

@@ -220,17 +220,2 @@ /* eslint-disable */

/**
* SingleSelect selected item propType
* @return {PropType} Object with props `label` and `value`.
*/
var singleSelectedPropType = propTypes.shape({
label: propTypes.string,
value: propTypes.string
});
/**
* SingleSelect selected item propType
* @return {Array} Array of Objects with props `label` and `value`.
*/
var multiSelectedPropType = propTypes.arrayOf(singleSelectedPropType);
/**
* Inside alignment props

@@ -263,4 +248,2 @@ * @return {PropType} PropType that validates the inside alignment.

sizePropType: sizePropType,
singleSelectedPropType: singleSelectedPropType,
multiSelectedPropType: multiSelectedPropType,
insideAlignmentPropType: insideAlignmentPropType,

@@ -267,0 +250,0 @@ referencePlacementPropType: referencePlacementPropType,

@@ -214,17 +214,2 @@ /* eslint-disable */

/**
* SingleSelect selected item propType
* @return {PropType} Object with props `label` and `value`.
*/
var singleSelectedPropType = propTypes.shape({
label: propTypes.string,
value: propTypes.string
});
/**
* SingleSelect selected item propType
* @return {Array} Array of Objects with props `label` and `value`.
*/
var multiSelectedPropType = propTypes.arrayOf(singleSelectedPropType);
/**
* Inside alignment props

@@ -257,4 +242,2 @@ * @return {PropType} PropType that validates the inside alignment.

sizePropType: sizePropType,
singleSelectedPropType: singleSelectedPropType,
multiSelectedPropType: multiSelectedPropType,
insideAlignmentPropType: insideAlignmentPropType,

@@ -261,0 +244,0 @@ referencePlacementPropType: referencePlacementPropType,

2

package.json
{
"name": "@dhis2/ui-constants",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"description": "Constants used in the UI libs",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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