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

select2-component

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

select2-component - npm Package Compare versions

Comparing version 3.1.6 to 3.1.7

2

angular.component.d.ts

@@ -41,3 +41,3 @@ import { EventEmitter, ElementRef, ChangeDetectorRef } from "@angular/core";

/** Whether the element is focused or not. */
private focused;
focused: boolean;
/** View -> model callback called when select has been touched */

@@ -44,0 +44,0 @@ private _onTouched;

@@ -34,2 +34,3 @@ "use strict";

this.lastScrollTopIndex = 0;
// tslint:disable:member-ordering
// tslint:disable:variable-name

@@ -36,0 +37,0 @@ this._stateChanges = new Subject();

{
"name": "select2-component",
"version": "3.1.6",
"version": "3.1.7",
"description": "A vuejs, reactjs and angular select component.",

@@ -25,10 +25,10 @@ "main": "index.js",

"devDependencies": {
"@angular/common": "4.4.0-RC.0",
"@angular/compiler": "4.4.0-RC.0",
"@angular/compiler-cli": "4.4.0-RC.0",
"@angular/core": "4.4.0-RC.0",
"@angular/forms": "4.4.0-RC.0",
"@angular/platform-browser": "4.4.0-RC.0",
"@angular/platform-browser-dynamic": "4.4.0-RC.0",
"@types/jasmine": "2.5.54",
"@angular/common": "4.4.1",
"@angular/compiler": "4.4.1",
"@angular/compiler-cli": "4.4.1",
"@angular/core": "4.4.1",
"@angular/forms": "4.4.1",
"@angular/platform-browser": "4.4.1",
"@angular/platform-browser-dynamic": "4.4.1",
"@types/jasmine": "2.6.0",
"@types/react": "16.0.5",

@@ -57,3 +57,3 @@ "@types/react-dom": "15.5.4",

"rev-static": "3.4.0",
"rimraf": "2.6.1",
"rimraf": "2.6.2",
"rxjs": "5.4.3",

@@ -65,6 +65,6 @@ "standard": "10.0.3",

"typescript": "2.5.2",
"vue": "2.4.2",
"vue": "2.4.4",
"vue-class-component": "5.0.2",
"watch-then-execute": "1.0.1",
"webpack": "3.5.6",
"webpack": "3.6.0",
"zone.js": "0.8.17"

@@ -71,0 +71,0 @@ },

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