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

@dhis2-ui/label

Package Overview
Dependencies
Maintainers
2
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2-ui/label - npm Package Compare versions

Comparing version 7.1.1 to 7.2.0

4

build/cjs/label.js

@@ -12,6 +12,6 @@ "use strict";

var _propTypes = _interopRequireDefault(require("@dhis2/prop-types"));
var _classnames = _interopRequireDefault(require("classnames"));
var _propTypes = _interopRequireDefault(require("prop-types"));
var _react = _interopRequireDefault(require("react"));

@@ -18,0 +18,0 @@

import _JSXStyle from "styled-jsx/style";
import { Required } from '@dhis2-ui/required';
import propTypes from '@dhis2/prop-types';
import cx from 'classnames';
import PropTypes from 'prop-types';
import React from 'react';

@@ -41,8 +41,8 @@ const styles = ["label.jsx-2718078600{display:block;box-sizing:border-box;font-size:14px;line-height:24px;padding:0;}", ".disabled.jsx-2718078600{cursor:not-allowed;}"];

Label.propTypes = {
children: propTypes.string,
className: propTypes.string,
dataTest: propTypes.string,
disabled: propTypes.bool,
htmlFor: propTypes.string,
required: propTypes.bool
children: PropTypes.string,
className: PropTypes.string,
dataTest: PropTypes.string,
disabled: PropTypes.bool,
htmlFor: PropTypes.string,
required: PropTypes.bool
};
{
"name": "@dhis2-ui/label",
"version": "7.1.1",
"version": "7.2.0",
"description": "UI Label",

@@ -34,6 +34,7 @@ "repository": {

"dependencies": {
"@dhis2-ui/required": "7.1.1",
"@dhis2/prop-types": "^1.6.4",
"@dhis2/ui-constants": "7.1.1",
"classnames": "^2.3.1"
"@dhis2/prop-types": "^3.0.0-beta.1",
"@dhis2-ui/required": "7.2.0",
"@dhis2/ui-constants": "7.2.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},

@@ -40,0 +41,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