Socket
Socket
Sign inDemoInstall

@ngxpert/cmdk

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngxpert/cmdk - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

21

lib/cmdk.module.d.ts
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "@ngneat/overview";
import * as i3 from "@angular/cdk/a11y";
import * as i4 from "./components/command/command.component";
import * as i5 from "./directives/input/input.directive";
import * as i6 from "./directives/empty/empty.directive";
import * as i7 from "./components/group/group.component";
import * as i8 from "./components/separator/separator.component";
import * as i9 from "./directives/item/item.directive";
import * as i10 from "./directives/loader/loader.directive";
import * as i11 from "./components/list/list.component";
import * as i2 from "@angular/cdk/a11y";
import * as i3 from "./components/command/command.component";
import * as i4 from "./directives/input/input.directive";
import * as i5 from "./directives/empty/empty.directive";
import * as i6 from "./components/group/group.component";
import * as i7 from "./components/separator/separator.component";
import * as i8 from "./directives/item/item.directive";
import * as i9 from "./directives/loader/loader.directive";
import * as i10 from "./components/list/list.component";
export declare class CmdkModule {
static forRoot(): ModuleWithProviders<CmdkModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<CmdkModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CmdkModule, never, [typeof i1.CommonModule, typeof i2.DynamicViewModule, typeof i3.A11yModule, typeof i4.CommandComponent, typeof i5.InputDirective, typeof i6.EmptyDirective, typeof i7.GroupComponent, typeof i8.SeparatorComponent, typeof i9.ItemDirective, typeof i10.LoaderDirective, typeof i11.ListComponent], [typeof i4.CommandComponent, typeof i5.InputDirective, typeof i6.EmptyDirective, typeof i7.GroupComponent, typeof i8.SeparatorComponent, typeof i9.ItemDirective, typeof i10.LoaderDirective, typeof i11.ListComponent]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CmdkModule, never, [typeof i1.CommonModule, typeof i2.A11yModule, typeof i3.CommandComponent, typeof i4.InputDirective, typeof i5.EmptyDirective, typeof i6.GroupComponent, typeof i7.SeparatorComponent, typeof i8.ItemDirective, typeof i9.LoaderDirective, typeof i10.ListComponent], [typeof i3.CommandComponent, typeof i4.InputDirective, typeof i5.EmptyDirective, typeof i6.GroupComponent, typeof i7.SeparatorComponent, typeof i8.ItemDirective, typeof i9.LoaderDirective, typeof i10.ListComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CmdkModule>;
}
{
"name": "@ngxpert/cmdk",
"version": "1.0.0",
"version": "2.0.0",
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">16.0.0"
"@angular/common": ">=17.0.0",
"@angular/core": ">17.0.0"
},
"dependencies": {
"tslib": "^2.3.0",
"@ngneat/overview": ">=5.0.0",
"@ngneat/overview": ">=6.0.0",
"@ngneat/until-destroy": ">=10.0.0",
"@angular/cdk": ">=16.0.0"
"@angular/cdk": ">=17.0.0"
},

@@ -14,0 +14,0 @@ "keywords": [

@@ -35,14 +35,14 @@ <p align="center">

| @ngxpert/cmdk | Angular |
| -- | -- |
| 1.x | <16 |
| 2.x | >=16 |
| @ngxpert/cmdk | Angular |
| ------------- | -------- |
| 1.x | >=16 <17 |
| 2.x | >=17 |
## Installation
<details>
<summary>For older versions</summary>
### Angular CLI
You can use `@ngneat/cmdk` package from [npm](https://www.npmjs.com/package/@ngneat/cmdk).
</details>
```bash
ng add @ngxpert/cmdk
```
## Installation

@@ -52,17 +52,12 @@ ### NPM

```bash
# For Angular version < 16
## First, install dependencies
npm install @ngneat/overview@4 @ngneat/until-destroy@9 @angular/cdk@15
## Then library
npm install @ngxpert/cmdk@1
## For Angular v16
npm install @ngneat/overview@5 @ngneat/until-destroy@10 @angular/cdk@16
# For Angular version >= 16
## For Angular v17
npm install @ngneat/overview@6 @ngneat/until-destroy@10 @angular/cdk@17
## First, install dependencies
npm install @ngneat/overview@5 @ngneat/until-destroy@10 @angular/cdk@16
## Then library
npm install @ngxpert/cmdk@2
npm install @ngxpert/cmdk
```

@@ -69,0 +64,0 @@

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