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.4.1 to 1.4.2

7

CHANGELOG.md

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

## [1.4.2](https://github.com/NaturalCycles/time-lib/compare/v1.4.1...v1.4.2) (2019-08-01)
### Bug Fixes
* ts issue ([8c05cde](https://github.com/NaturalCycles/time-lib/commit/8c05cde))
## [1.4.1](https://github.com/NaturalCycles/time-lib/compare/v1.4.0...v1.4.1) (2019-08-01)

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

1

dist/dayjs.full.d.ts

@@ -11,2 +11,3 @@ import dayjs = require('dayjs');

import './plugin/localeData';
import './plugin/weekOfYear';
export { Dayjs, dayjs };

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

require("./plugin/localeData");
require("./plugin/weekOfYear");
// Default weekStart to Monday

@@ -34,0 +35,0 @@ dayjs.extendLocale({

2

package.json

@@ -36,3 +36,3 @@ {

},
"version": "1.4.1",
"version": "1.4.2",
"description": "Date/time related API, based on DayJS",

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

@@ -30,2 +30,3 @@ import dayjs = require('dayjs')

import './plugin/localeData'
import './plugin/weekOfYear'

@@ -32,0 +33,0 @@ // Default weekStart to Monday

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