Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@borodindmitriy/base-code

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@borodindmitriy/base-code - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+2
-2
lib/utils/dateOnly.d.ts

@@ -1,2 +0,2 @@

import { Moment } from "moment";
export declare function dateOnly(date: Moment): Moment;
import * as moment from "moment";
export declare function dateOnly(date: moment.Moment): moment.Moment;

@@ -1,2 +0,2 @@

import { Moment } from "moment";
export declare function minutesToTimeOnly(minutes: number): Moment;
import * as moment from "moment";
export declare function minutesToTimeOnly(minutes: number): moment.Moment;

@@ -1,2 +0,2 @@

import { Moment } from "moment";
export declare function timeOnly(date: Moment): Moment;
import * as moment from "moment";
export declare function timeOnly(date: moment.Moment): moment.Moment;
{
"name": "@borodindmitriy/base-code",
"description": "Common classes's library.",
"version": "1.0.3",
"version": "1.0.4",
"engines": {

@@ -6,0 +6,0 @@ "node": ">=8",