Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2 to 14.0.3

2

package.json
{
"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 @@

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