New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-mat-birthday-input

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-mat-birthday-input - npm Package Compare versions

Comparing version 18.3.1 to 19.0.0

4

lib/ngx-mat-birthday-input.component.d.ts

@@ -16,4 +16,3 @@ import { FocusMonitor } from '@angular/cdk/a11y';

}
declare const _ngxMatBirthdayInputMixinBase: typeof ngxMatBirthdayInputBase;
export declare class NgxMatBirthdayInputComponent extends _ngxMatBirthdayInputMixinBase implements OnDestroy, DoCheck {
export declare class NgxMatBirthdayInputComponent extends ngxMatBirthdayInputBase implements OnDestroy, DoCheck {
private _changeDetectorRef;

@@ -71,2 +70,3 @@ private _fm;

constructor(_changeDetectorRef: ChangeDetectorRef, _fm: FocusMonitor, _elRef: ElementRef<HTMLElement>, _formBuilder: FormBuilder, _ngControl: NgControl, _parentForm: NgForm, _parentFormGroup: FormGroupDirective, _defaultErrorStateMatcher: ErrorStateMatcher);
updateErrorState(): void;
private _subscribe;

@@ -73,0 +73,0 @@ private _yearMethod;

{
"name": "ngx-mat-birthday-input",
"version": "18.3.1",
"version": "19.0.0",
"author": {

@@ -12,7 +12,7 @@ "name": "Raphaël Balet",

"peerDependencies": {
"@angular/cdk": ">=15.x",
"@angular/common": ">=15.x",
"@angular/core": ">=15.x",
"@angular/forms": ">=15.x",
"@angular/material": ">=15.x"
"@angular/cdk": ">=19.x",
"@angular/common": ">=19.x",
"@angular/core": ">=19.x",
"@angular/forms": ">=19.x",
"@angular/material": ">=19.x"
},

@@ -41,7 +41,5 @@ "keywords": [

"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-mat-birthday-input.mjs",
"esm": "./esm2022/ngx-mat-birthday-input.mjs",
"default": "./fesm2022/ngx-mat-birthday-input.mjs"
}
}
}
}

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