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

@angular/material-luxon-adapter

Package Overview
Dependencies
Maintainers
0
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/material-luxon-adapter - npm Package Compare versions

Comparing version 19.0.0-next.6 to 19.0.0-next.7

6

index.d.ts

@@ -43,2 +43,8 @@ import { CalendarSystem } from 'luxon';

invalid(): DateTime;
setTime(target: DateTime, hours: number, minutes: number, seconds: number): DateTime;
getHours(date: DateTime): number;
getMinutes(date: DateTime): number;
getSeconds(date: DateTime): number;
parseTime(value: any, parseFormat: string | string[]): DateTime | null;
addSeconds(date: DateTime, amount: number): DateTime;
/** Gets the options that should be used when constructing a new `DateTime` object. */

@@ -45,0 +51,0 @@ private _getOptions;

4

package.json
{
"name": "@angular/material-luxon-adapter",
"version": "19.0.0-next.6",
"version": "19.0.0-next.7",
"description": "Angular Material Luxon Adapter",

@@ -15,3 +15,3 @@ "repository": {

"peerDependencies": {
"@angular/material": "19.0.0-next.6",
"@angular/material": "19.0.0-next.7",
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",

@@ -18,0 +18,0 @@ "luxon": "^3.0.0"

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