Socket
Socket
Sign inDemoInstall

@neovici/cosmoz-datetime-input

Package Overview
Dependencies
9
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.2.1

2

cosmoz-datetime-input.js

@@ -16,3 +16,3 @@ import { html, component, useEffect, useMemo } from 'haunted';

const getDateTimeParts = (aDateTime) => {
if (!aDateTime) {
if (!aDateTime || typeof aDateTime !== 'string') {
return;

@@ -19,0 +19,0 @@ }

{
"name": "@neovici/cosmoz-datetime-input",
"version": "3.2.0",
"version": "3.2.1",
"description": "Mimics date input with broad browser support.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc