Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

luxon

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

luxon - npm Package Compare versions

Comparing version 1.13.3 to 1.14.0

0

build/readme.md
This contains Luxon's tiny website. Use `npm run site` command to copy it to the build directory.

5

changelog.md
# Changelog
## 1.14.0
* Allow the zone argument to Interval.fromISO with duration components
* Ignore the zone argument to Duration factory methods
## 1.13.3

@@ -4,0 +9,0 @@

@@ -0,0 +0,0 @@ Copyright 2017 JS Foundation and other contributors

2

package.json
{
"name": "luxon",
"version": "1.13.3",
"version": "1.14.0",
"description": "Immutable date wrapper",

@@ -5,0 +5,0 @@ "author": "Isaac Cambron",

@@ -0,0 +0,0 @@ # Luxon

@@ -236,3 +236,4 @@ import { isUndefined, isNumber, normalizeObject } from "./impl/util.js";

"numberingSystem",
"conversionAccuracy"
"conversionAccuracy",
"zone" // a bit of debt; it's super inconvenient internally not to be able to blindly pass this
]),

@@ -239,0 +240,0 @@ loc: Locale.fromObject(obj),

@@ -0,0 +0,0 @@ // these aren't really private, but nor are they really useful to document

@@ -0,0 +0,0 @@ import {

@@ -0,0 +0,0 @@ import * as Formats from "./formats.js";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import * as English from "./english.js";

@@ -0,0 +0,0 @@ export default class Invalid {

@@ -0,0 +0,0 @@ import { hasFormatToParts, hasIntl, padStart, roundTo, hasRelative } from "./util.js";

@@ -0,0 +0,0 @@ import DateTime from "./datetime.js";

@@ -0,0 +0,0 @@ import DateTime, { friendlyDateTime } from "./datetime.js";

@@ -0,0 +0,0 @@ import DateTime from "./datetime.js";

@@ -0,0 +0,0 @@ /* eslint import/no-extraneous-dependencies: off */

@@ -0,0 +0,0 @@ /* eslint no-unused-vars: "off" */

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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