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.11.1 to 2.0.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [2.0.0](https://github.com/NaturalCycles/time-lib/compare/v1.11.1...v2.0.0) (2020-04-13)
### Features
* ms, since are moved away to js-lib ([357b6ed](https://github.com/NaturalCycles/time-lib/commit/357b6ed791d45a4f38ab95931a3127e44fc8383d))
### BREAKING CHANGES
* ^^^
## [1.11.1](https://github.com/NaturalCycles/time-lib/compare/v1.11.0...v1.11.1) (2020-04-11)

@@ -2,0 +14,0 @@

3

dist-esm/index.js
import { dayjs, Dayjs } from './dayjs.full';
import { DAYJS_TIME_HM, DAYJS_TIME_HMS } from './plugin/default';
import { ms, since, TS_2018_06_21 } from './time.util';
export { dayjs, // should be imported from dayjs.full, cause it's an extended version
Dayjs, TS_2018_06_21, since, ms, DAYJS_TIME_HM, DAYJS_TIME_HMS, };
Dayjs, DAYJS_TIME_HM, DAYJS_TIME_HMS, };
import { dayjs, Dayjs, DayjsLocale } from './dayjs.full';
import { DAYJS_TIME_HM, DAYJS_TIME_HMS } from './plugin/default';
import { ms, since, TS_2018_06_21 } from './time.util';
export { dayjs, // should be imported from dayjs.full, cause it's an extended version
Dayjs, DayjsLocale, TS_2018_06_21, since, ms, DAYJS_TIME_HM, DAYJS_TIME_HMS, };
Dayjs, DayjsLocale, DAYJS_TIME_HM, DAYJS_TIME_HMS, };

@@ -9,6 +9,2 @@ "use strict";

exports.DAYJS_TIME_HMS = default_1.DAYJS_TIME_HMS;
const time_util_1 = require("./time.util");
exports.ms = time_util_1.ms;
exports.since = time_util_1.since;
exports.TS_2018_06_21 = time_util_1.TS_2018_06_21;
//# sourceMappingURL=index.js.map

@@ -40,3 +40,3 @@ {

},
"version": "1.11.1",
"version": "2.0.0",
"description": "Date/time related API, based on DayJS",

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

import { dayjs, Dayjs, DayjsLocale } from './dayjs.full'
import { DAYJS_TIME_HM, DAYJS_TIME_HMS } from './plugin/default'
import { ms, since, TS_2018_06_21 } from './time.util'

@@ -9,7 +8,4 @@ export {

DayjsLocale,
TS_2018_06_21,
since,
ms,
DAYJS_TIME_HM,
DAYJS_TIME_HMS,
}

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