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.2 to 1.4.3

7

CHANGELOG.md

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

## [1.4.3](https://github.com/NaturalCycles/time-lib/compare/v1.4.2...v1.4.3) (2019-08-09)
### Bug Fixes
* target=es2015 to fix '{...' in Safari < 12 ([52de62f](https://github.com/NaturalCycles/time-lib/commit/52de62f))
## [1.4.2](https://github.com/NaturalCycles/time-lib/compare/v1.4.1...v1.4.2) (2019-08-01)

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

5

dist/plugin/localeData.js

@@ -6,7 +6,4 @@ "use strict";

dayjs.extendLocale = function (ext) {
dayjs.locale({
...dayjs().$locale(),
...ext,
});
dayjs.locale(Object.assign({}, dayjs().$locale(), ext));
};
//# sourceMappingURL=localeData.js.map

2

package.json

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

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

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

@@ -19,4 +19,4 @@ ## @naturalcycles/time-lib

- `engines.node >= 10.13`: Latest Node.js LTS
- `main: dist/index.js`: commonjs, es2018
- `main: dist/index.js`: commonjs, es2015
- `types: dist/index.d.ts`: typescript types
- `/src` folder with source `*.ts` files included

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