Socket
Book a DemoInstallSign in
Socket

react-intl-formatted-duration

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-intl-formatted-duration - npm Package Compare versions

Comparing version

to
2.0.2

6

dist/bundle.js

@@ -78,5 +78,5 @@ 'use strict';

showIfZero: PropTypes.bool,
textComponent: PropTypes.func.isRequired,
textComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.string]).isRequired,
value: PropTypes.number,
valueComponent: PropTypes.func.isRequired
valueComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.string]).isRequired
};

@@ -95,3 +95,3 @@

maxLengthIfPadded: PropTypes.number,
valueComponent: PropTypes.func.isRequired
valueComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.string]).isRequired
};

@@ -98,0 +98,0 @@

@@ -72,5 +72,5 @@ import { defineMessages, FormattedMessage, injectIntl, intlShape } from 'react-intl';

showIfZero: PropTypes.bool,
textComponent: PropTypes.func.isRequired,
textComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.string]).isRequired,
value: PropTypes.number,
valueComponent: PropTypes.func.isRequired
valueComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.string]).isRequired
};

@@ -89,3 +89,3 @@

maxLengthIfPadded: PropTypes.number,
valueComponent: PropTypes.func.isRequired
valueComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.string]).isRequired
};

@@ -92,0 +92,0 @@

@@ -48,5 +48,5 @@ /**

showIfZero: PropTypes.bool,
textComponent: PropTypes.func.isRequired,
textComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.string]).isRequired,
value: PropTypes.number,
valueComponent: PropTypes.func.isRequired,
valueComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.string]).isRequired,
};

@@ -61,3 +61,3 @@

maxLengthIfPadded: PropTypes.number,
valueComponent: PropTypes.func.isRequired,
valueComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.string]).isRequired,
};

@@ -64,0 +64,0 @@

{
"name": "react-intl-formatted-duration",
"version": "2.0.1",
"version": "2.0.2",
"description": "React intl component to express time duration",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.