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 0.1.10 to 0.1.11

5

lib/nli-text/nli-text.component.ts

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

@Input()
readonly: string;
readonly: boolean;

@@ -118,6 +118,5 @@ @Input()

getReadonly(){
alert(this.readonly);
if(isNullOrUndefined(this.readonly))return 'false';
if(isNullOrUndefined(this.readonly))return false;
else return this.readonly;
}
}

2

package.json
{
"name": "@next-level-integration/nli-input-lib",
"version": "0.1.10",
"version": "0.1.11",
"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