New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular2-select

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-select - npm Package Compare versions

Comparing version 1.0.0-beta.0 to 1.0.0-beta.1

README.md

12

CHANGELOG.md
# Changelog
<a name="1.0.0-beta.1"></a>
## [1.0.0-beta.1](https://github.com/basvandenberg/angular2-select/compare/1.0.0-beta.0...1.0.0-beta.1) (2017-01-08)
### Bug fixes
- Removed accidentally included `console.log`'s in published npm package. (#64).
<a name="1.0.0-beta.0"></a>

@@ -8,3 +16,2 @@ ## [1.0.0-beta.0](https://github.com/basvandenberg/angular2-select/compare/1.0.0-alpha.12...1.0.0-beta.0) (2017-01-07)

- Simplified HTML structure with more intuitive classes.
- Changed styling, Sass stylesheet for select and dropdown component instead of the original select2 CSS file.

@@ -27,2 +34,3 @@

- Added demo page with examples.
- Simplified HTML structure with more intuitive classes.
- Moved logic to separate option and option-list classes.

@@ -49,2 +57,4 @@

<a name="1.0.0-alpha.11"></a>

@@ -51,0 +61,0 @@ ## [1.0.0-alpha.11](https://github.com/basvandenberg/angular2-select/compare/1.0.0-alpha.10...1.0.0-alpha.11)

5

dist/select.component.js

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

SelectComponent.prototype.ngOnInit = function () {
console.log('init');
this.placeholderView = this.placeholder;

@@ -62,4 +61,2 @@ };

SelectComponent.prototype.ngOnChanges = function (changes) {
console.log('onChange');
console.log(changes);
if (changes.hasOwnProperty('options')) {

@@ -182,4 +179,2 @@ this.updateOptionsList(changes['options'].isFirstChange());

set: function (v) {
console.log('set value:');
console.log(v);
if (typeof v === 'undefined' || v === null || v === '') {

@@ -186,0 +181,0 @@ v = [];

{
"name": "angular2-select",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Select component for Angular2.",

@@ -5,0 +5,0 @@ "main": "index.js",

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