New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7.0 to 1.8.0

7

CHANGELOG.md

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

# [1.8.0](https://github.com/NaturalCycles/time-lib/compare/v1.7.0...v1.8.0) (2020-02-10)
### Features
* add namespace augmentation ([ce25e28](https://github.com/NaturalCycles/time-lib/commit/ce25e2850e8beec6bb37f5e89c77bf4a9c068591))
# [1.7.0](https://github.com/NaturalCycles/time-lib/compare/v1.6.7...v1.7.0) (2020-02-10)

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

1

dist-esm/dayjs.full.js

@@ -25,2 +25,3 @@ import * as dayjs from 'dayjs';

import 'dayjs/plugin/isSameOrBefore';
import 'dayjs/plugin/minMax';
import 'dayjs/plugin/relativeTime';

@@ -27,0 +28,0 @@ import 'dayjs/plugin/utc';

@@ -6,2 +6,3 @@ import * as dayjs from 'dayjs';

import 'dayjs/plugin/isSameOrBefore';
import 'dayjs/plugin/minMax';
import 'dayjs/plugin/relativeTime';

@@ -8,0 +9,0 @@ import 'dayjs/plugin/utc';

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

require("dayjs/plugin/isSameOrBefore");
require("dayjs/plugin/minMax");
require("dayjs/plugin/relativeTime");

@@ -31,0 +32,0 @@ require("dayjs/plugin/utc");

2

package.json

@@ -42,3 +42,3 @@ {

},
"version": "1.7.0",
"version": "1.8.0",
"description": "Date/time related API, based on DayJS",

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

@@ -27,2 +27,3 @@ import * as dayjs from 'dayjs'

import 'dayjs/plugin/isSameOrBefore'
import 'dayjs/plugin/minMax'
import 'dayjs/plugin/relativeTime'

@@ -29,0 +30,0 @@ import 'dayjs/plugin/utc'

Sorry, the diff of this file is not supported yet

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