Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@naturalcycles/time-lib

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@naturalcycles/time-lib - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.2.1](https://github.com/NaturalCycles/time-lib/compare/v1.2.0...v1.2.1) (2019-07-05)
### Bug Fixes
* export Dayjs interface ([df441f7](https://github.com/NaturalCycles/time-lib/commit/df441f7))
# [1.2.0](https://github.com/NaturalCycles/time-lib/compare/v1.1.0...v1.2.0) (2019-07-05)

@@ -2,0 +9,0 @@

4

dist/index.d.ts

@@ -1,4 +0,4 @@

import { dayjs } from './dayjs.full';
import { dayjs, Dayjs } from './dayjs.full';
import { ms, since, TS_2018_06_21 } from './time.util';
export { dayjs, // should be imported from time.util, cause it's an extended version
TS_2018_06_21, since, ms, };
Dayjs, TS_2018_06_21, since, ms, };

@@ -5,2 +5,3 @@ "use strict";

exports.dayjs = dayjs_full_1.dayjs;
exports.Dayjs = dayjs_full_1.Dayjs;
const time_util_1 = require("./time.util");

@@ -7,0 +8,0 @@ exports.ms = time_util_1.ms;

@@ -34,3 +34,3 @@ {

},
"version": "1.2.0",
"version": "1.2.1",
"description": "Date/time related API, based on DayJS",

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

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

import { dayjs } from './dayjs.full'
import { dayjs, Dayjs } from './dayjs.full'
import { ms, since, TS_2018_06_21 } from './time.util'

@@ -6,2 +6,3 @@

dayjs, // should be imported from time.util, cause it's an extended version
Dayjs,
TS_2018_06_21,

@@ -8,0 +9,0 @@ since,

Sorry, the diff of this file is not supported yet

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