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

nk-controls

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nk-controls - npm Package Compare versions

Comparing version 2.2.5 to 2.2.6

select/nkSelect.options.d.ts

2

package.json
{
"name": "nk-controls",
"version": "2.2.5",
"version": "2.2.6",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "angular5 web controls dropDownList ribbon",

@@ -6,3 +6,3 @@ import { EventEmitter, ElementRef, Renderer2, ChangeDetectorRef, OnInit, TemplateRef } from '@angular/core';

import { ControlValueAccessor, NgControl, NgModel } from '@angular/forms';
import { NkSelectOptions } from './NkSelect.Options';
import { NkSelectOptions } from './nkSelect.options';
export declare class NkSelect implements ControlValueAccessor, OnInit {

@@ -9,0 +9,0 @@ private _changeDetectorRef;

@@ -9,3 +9,3 @@ import { Component, Optional, Input, Output, EventEmitter, ElementRef, Renderer2, Self, ChangeDetectorRef, Attribute, ContentChild, TemplateRef, ViewEncapsulation } from '@angular/core';

import { fadeInContent } from '../core/animation';
import { NkSelectOptions } from './NkSelect.Options';
import { NkSelectOptions } from './nkSelect.options';
var NkSelect = /** @class */ (function () {

@@ -12,0 +12,0 @@ function NkSelect(_changeDetectorRef, ngModel, renderer, elementRef, _control, tabIndex, required) {

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