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.11.0 to 1.11.1

7

CHANGELOG.md

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

## [1.11.1](https://github.com/NaturalCycles/time-lib/compare/v1.11.0...v1.11.1) (2020-04-11)
### Bug Fixes
* remove "module" field as a work-around ([d5f06ae](https://github.com/NaturalCycles/time-lib/commit/d5f06aeacf8a439c9f653e8d2891a3dc226b6276))
# [1.11.0](https://github.com/NaturalCycles/time-lib/compare/v1.10.0...v1.11.0) (2020-03-27)

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

1

dist-esm/dayjs.full.js

@@ -40,2 +40,1 @@ import * as dayjs from 'dayjs';

export { Dayjs, dayjs };
//# sourceMappingURL=dayjs.full.js.map

@@ -6,2 +6,1 @@ import { dayjs, Dayjs } from './dayjs.full';

Dayjs, TS_2018_06_21, since, ms, DAYJS_TIME_HM, DAYJS_TIME_HMS, };
//# sourceMappingURL=index.js.map

@@ -29,2 +29,1 @@ export const DAYJS_ISO_DATE = 'YYYY-MM-DD';

};
//# sourceMappingURL=default.js.map

@@ -14,2 +14,1 @@ export const isoWeekdayPlugin = (_opt, dayjsClass) => {

};
//# sourceMappingURL=isoWeekday.js.map

@@ -34,2 +34,1 @@ export const weekOfYearPlugin = (_opt, dayjsClass, dayjs) => {

};
//# sourceMappingURL=weekOfYear.js.map

@@ -40,2 +40,1 @@ export const TS_2018_06_21 = 1529539200;

}
//# sourceMappingURL=time.util.js.map

@@ -1,2 +0,2 @@

import { PluginFunc } from 'dayjs';
import type { PluginFunc } from 'dayjs';
declare module 'dayjs' {

@@ -3,0 +3,0 @@ interface Dayjs {

@@ -1,2 +0,2 @@

import { PluginFunc } from 'dayjs';
import type { PluginFunc } from 'dayjs';
declare module 'dayjs' {

@@ -3,0 +3,0 @@ interface Dayjs {

@@ -1,2 +0,2 @@

import { PluginFunc } from 'dayjs';
import type { PluginFunc } from 'dayjs';
declare module 'dayjs' {

@@ -3,0 +3,0 @@ interface Dayjs {

@@ -12,3 +12,2 @@ {

"@naturalcycles/js-lib": "^10.0.0",
"@naturalcycles/test-lib": "^1.0.0",
"@types/node": "^13.7.0",

@@ -28,3 +27,2 @@ "jest": "^25.1.0",

"main": "dist/index.js",
"module": "dist-esm/index.js",
"types": "dist/index.d.ts",

@@ -44,3 +42,3 @@ "sideEffects": [

},
"version": "1.11.0",
"version": "1.11.1",
"description": "Date/time related API, based on DayJS",

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

@@ -1,2 +0,2 @@

import { Dayjs, PluginFunc } from 'dayjs'
import type { Dayjs, PluginFunc } from 'dayjs'

@@ -3,0 +3,0 @@ declare module 'dayjs' {

@@ -1,2 +0,2 @@

import { Dayjs, PluginFunc } from 'dayjs'
import type { Dayjs, PluginFunc } from 'dayjs'

@@ -3,0 +3,0 @@ declare module 'dayjs' {

@@ -1,2 +0,2 @@

import { Dayjs, PluginFunc } from 'dayjs'
import type { Dayjs, PluginFunc } from 'dayjs'

@@ -3,0 +3,0 @@ declare module 'dayjs' {

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