New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@socketsupply/components

Package Overview
Dependencies
Maintainers
7
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketsupply/components - npm Package Compare versions

Comparing version 14.0.3 to 14.0.4

2

package.json
{
"name": "@socketsupply/components",
"version": "14.0.3",
"version": "14.0.4",
"description": "Example components",

@@ -5,0 +5,0 @@ "type": "module",

@@ -450,3 +450,3 @@ import { Tonic } from '@socketsupply/tonic'

render () {
let date = this.props.date || ''
let date = this.props.date || Date.now()
const locale = this.props.locale || localeFromElement(this)

@@ -458,2 +458,6 @@

if (typeof date === 'number') {
date = new Date(date)
}
if (date.toString() === 'Invalid Date') {

@@ -460,0 +464,0 @@ date = new Date()

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