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.0.2 to 1.0.3

7

CHANGELOG.md

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

## [1.0.3](https://github.com/NaturalCycles/time-lib/compare/v1.0.2...v1.0.3) (2019-05-19)
### Bug Fixes
* dayjs export ([7640b3d](https://github.com/NaturalCycles/time-lib/commit/7640b3d))
## [1.0.2](https://github.com/NaturalCycles/time-lib/compare/v1.0.1...v1.0.2) (2019-05-19)

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

1

dist/time.util.d.ts
import dayjs = require('dayjs');
import 'dayjs';
import 'dayjs/plugin/utc';

@@ -3,0 +4,0 @@ export { dayjs };

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

exports.dayjs = dayjs;
require("dayjs");
const utc = require("dayjs/plugin/utc");

@@ -7,0 +8,0 @@ require("dayjs/plugin/utc");

2

package.json

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

},
"version": "1.0.2",
"version": "1.0.3",
"description": "Date/time related API, based on DayJS",

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

import dayjs = require('dayjs')
import 'dayjs'
import utc = require('dayjs/plugin/utc')

@@ -3,0 +4,0 @@ import 'dayjs/plugin/utc'

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