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

@next-level-integration/nli-input-lib

Package Overview
Dependencies
Maintainers
4
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@next-level-integration/nli-input-lib - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

4

lib/nli-select/nli-select.component.ts

@@ -11,3 +11,3 @@ import {Input, HostListener, Component, forwardRef} from "@angular/core";

provide: NG_VALUE_ACCESSOR,
useExisting: forwardRef(() => NliSelectComponent2),
useExisting: forwardRef(() => NliSelectComponent),
multi: true

@@ -22,3 +22,3 @@ };

})
export class NliSelectComponent2 implements ControlValueAccessor {
export class NliSelectComponent implements ControlValueAccessor {
setDisabledState(isDisabled:boolean):void {

@@ -25,0 +25,0 @@ }

{
"name": "@next-level-integration/nli-input-lib",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "lib",

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