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

@angular/cdk

Package Overview
Dependencies
Maintainers
2
Versions
512
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/cdk - npm Package Compare versions

Comparing version 18.2.1 to 18.2.2

6

a11y/index.d.ts

@@ -1282,3 +1282,3 @@ import { AfterContentInit } from '@angular/core';

private _hasInitialFocused;
private _initialFocus;
private _initializeFocus;
/**

@@ -1375,2 +1375,6 @@ *

unfocus(): void;
/**
* Sets the item to be focusable without actually focusing it.
*/
makeFocusable?(): void;
}

@@ -1377,0 +1381,0 @@

2

package.json
{
"name": "@angular/cdk",
"version": "18.2.1",
"version": "18.2.2",
"description": "Angular Material Component Development Kit",

@@ -5,0 +5,0 @@ "repository": {

@@ -32,3 +32,3 @@ "use strict";

// dependencies in new CLI projects.
(0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~18.2.1`);
(0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~18.2.2`);
// Add a task to run the package manager. This is necessary because we updated the

@@ -35,0 +35,0 @@ // workspace "package.json" file and we want lock files to reflect the new version range.

@@ -215,3 +215,3 @@ import { AfterContentChecked } from '@angular/core';

private _viewInit;
constructor(_differs: IterableDiffers, _changeDetectorRef: ChangeDetectorRef, _dir: Directionality);
constructor(_differs: IterableDiffers, _changeDetectorRef: ChangeDetectorRef);
ngAfterContentInit(): void;

@@ -429,2 +429,3 @@ ngAfterContentChecked(): void;

private _inputIsExpandable;
private _inputIsExpanded;
/**

@@ -480,2 +481,4 @@ * Flag used to determine whether or not we should be focusing the actual element based on

expand(): void;
/** Makes the node focusable. Implemented for TreeKeyManagerItem. */
makeFocusable(): void;
_focusItem(): void;

@@ -482,0 +485,0 @@ _setActiveItem(): void;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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