@socketsupply/components
Advanced tools
Comparing version 14.0.2 to 14.0.3
{ | ||
"name": "@socketsupply/components", | ||
"version": "14.0.2", | ||
"version": "14.0.3", | ||
"description": "Example components", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -454,3 +454,3 @@ import { Tonic } from '@socketsupply/tonic' | ||
if (typeof date === 'string') { | ||
date = this.props.date = new Date(this.props.date) | ||
date = this.props.date = new Date(+this.props.date) | ||
} | ||
@@ -457,0 +457,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
278520