Socket
Socket
Sign inDemoInstall

@ltht-react/utils

Package Overview
Dependencies
82
Maintainers
1
Versions
295
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

8

CHANGELOG.md

@@ -6,4 +6,12 @@ # Change Log

## [0.0.2](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/utils@0.0.1...@ltht-react/utils@0.0.2) (2020-01-07)
**Note:** Version bump only for package @ltht-react/utils
## 0.0.1 (2020-01-07)
**Note:** Version bump only for package @ltht-react/utils

2

lib/atoms/partial-date-time.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var partialDateTimeText = function (date) {
if (!date) {
if (!date || !date.value) {
return '';

@@ -6,0 +6,0 @@ }

{
"name": "@ltht-react/utils",
"version": "0.0.1",
"version": "0.0.2",
"description": "> TODO: description",

@@ -30,5 +30,5 @@ "author": "Jonny Smith <jonny.asmith@gmail.com>",

"dependencies": {
"@ltht-react/types": "^0.0.2"
"@ltht-react/types": "^0.0.3"
},
"gitHead": "b3ceaa6d82c5e122831dbd7ec5d37784ec65f957"
"gitHead": "b272edcd5223faa43f7359aefb865499942d873c"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc