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

ionic2-city-picker

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic2-city-picker - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

7

dist/city-picker.js

@@ -96,6 +96,9 @@ import { Component, EventEmitter, forwardRef, HostListener, Input, Optional, Output, ViewEncapsulation } from '@angular/core';

picker.ionChange.subscribe(function () {
_this._pickerColumnCmps = picker && picker.instance && picker.instance._cols && picker.instance._cols.toArray();
// this._pickerColumnCmps = picker && picker.instance && picker.instance._cols && picker.instance._cols.toArray();
_this.validate(picker);
});
picker.present(pickerOptions);
picker.present(pickerOptions).then(function () {
_this._pickerCmp = picker.instance;
_this._pickerColumnCmps = _this._pickerCmp._cols.toArray();
});
this._isOpen = true;

@@ -102,0 +105,0 @@ picker.onDidDismiss(function () {

{
"name": "ionic2-city-picker",
"version": "0.0.5",
"version": "0.0.6",
"description": "ionic2 ",

@@ -10,3 +10,3 @@ "main": "./dist/index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build":"tsc"
"build":"npm run ngc"
},

@@ -18,14 +18,19 @@ "repository": {

"devDependencies": {
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/compiler-cli": "2.2.1",
"@angular/core": "2.2.1",
"@angular/forms": "2.2.1",
"@angular/http": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "2.2.1",
"@angular/platform-server": "2.2.1",
"ionic-angular": "2.0.0",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.26",
"@angular/common": "4.0.0",
"@angular/compiler": "4.0.0",
"@angular/compiler-cli": "4.0.0",
"@angular/core": "4.0.0",
"@angular/forms": "4.0.0",
"@angular/http": "4.0.0",
"@angular/platform-browser": "4.0.0",
"@angular/platform-browser-dynamic": "4.0.0",
"@ionic-native/core": "3.4.2",
"@ionic-native/splash-screen": "3.4.2",
"@ionic-native/status-bar": "3.4.2",
"@ionic/storage": "2.0.1",
"ionic-angular": "3.0.1",
"ionicons": "3.0.0",
"rxjs": "5.1.1",
"sw-toolbox": "3.4.0",
"zone.js": "^0.8.4",
"typescript": "2.0.9"

@@ -32,0 +37,0 @@ },

Sorry, the diff of this file is not supported yet

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