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.1 to 1.0.2

7

CHANGELOG.md

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

## [1.0.2](https://github.com/NaturalCycles/time-lib/compare/v1.0.1...v1.0.2) (2019-05-19)
### Bug Fixes
* exporting utc plugin ([abc6d1d](https://github.com/NaturalCycles/time-lib/commit/abc6d1d))
## [1.0.1](https://github.com/NaturalCycles/time-lib/compare/v1.0.0...v1.0.1) (2019-05-19)

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

1

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

@@ -3,0 +4,0 @@ export declare const DAYJS_2018_06_21: dayjs.Dayjs;

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

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

@@ -8,0 +9,0 @@ dayjs.extend(utc);

2

package.json

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

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

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

import dayjs = require('dayjs')
import utc = require('dayjs/plugin/utc')
import 'dayjs/plugin/utc'
import { dayjsPlugins } from './dayjs.plugins'

@@ -4,0 +5,0 @@ dayjs.extend(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