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

nativescript-telerik-ui-pro

Package Overview
Dependencies
Maintainers
2
Versions
563
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-telerik-ui-pro - npm Package Compare versions

Comparing version 1.5.0-2016.10.18.4 to 1.5.0-2016.10.19.1

9

listview/angular/listview-directives.js

@@ -174,2 +174,3 @@ var core_1 = require('@angular/core');

this.setupViewRef(ngView, currentItem, index);
this.detectChangesOnChild(ngView, index);
}

@@ -192,2 +193,10 @@ };

};
RadListViewComponent.prototype.detectChangesOnChild = function (viewRef, index) {
// Manually detect changes in child view ref
// TODO: Is there a better way of getting viewRef's change detector
var childChangeDetector = viewRef;
console.log("Manually detect changes in child: " + index);
childChangeDetector.markForCheck();
childChangeDetector.detectChanges();
};
__decorate([

@@ -194,0 +203,0 @@ core_1.Output()

1

listview/listview.ios.js

@@ -381,2 +381,3 @@ var viewModule = require("ui/core/view");

}
this._owner._preparingCell = false;
return loadOnDemandCell;

@@ -383,0 +384,0 @@ }

2

package.json

@@ -1,1 +0,1 @@

{"name":"nativescript-telerik-ui-pro","version":"1.5.0-2016.10.18.4","description":"Telerik UI for NativeScript Pro is an upgrade of Telerik UI for NativeScript - a cross-platform UI components suite based on the native iOS and Android libraries provided by Telerik.","nativescript":{"ios":"2.4.0","android":"2.4.0"},"scripts":{"preinstall":"node ./scripts/eula-prompt.js","postinstall":"node ./scripts/email-prompt.js dev_uins_pro"},"repository":{"type":"git","url":"http://www.github.com/telerik/nativescript-ui-samples.git"},"keywords":["nativescript","ui","listview","sidedrawer","chart","calendar","dataform"],"author":"Telerik AD","license":"SEE LICENSE IN LICENSE.md","devDependencies":{"del":"^1.2.0","gulp":"^3.9.0","gulp-decompress":"^1.0.2","gulp-gzip":"^1.2.0","gulp-rename":"^1.2.2","gulp-tar":"^1.4.0","gulp-typescript":"^2.8.0","gulp-untar2":"^0.1.0","gulp-unzip":"^0.1.3","yargs":"^3.18.0"}}
{"name":"nativescript-telerik-ui-pro","version":"1.5.0-2016.10.19.1","description":"Telerik UI for NativeScript Pro is an upgrade of Telerik UI for NativeScript - a cross-platform UI components suite based on the native iOS and Android libraries provided by Telerik.","nativescript":{"ios":"2.4.0","android":"2.4.0"},"scripts":{"preinstall":"node ./scripts/eula-prompt.js","postinstall":"node ./scripts/email-prompt.js dev_uins_pro"},"repository":{"type":"git","url":"http://www.github.com/telerik/nativescript-ui-samples.git"},"keywords":["nativescript","ui","listview","sidedrawer","chart","calendar","dataform"],"author":"Telerik AD","license":"SEE LICENSE IN LICENSE.md","devDependencies":{"del":"^1.2.0","gulp":"^3.9.0","gulp-decompress":"^1.0.2","gulp-gzip":"^1.2.0","gulp-rename":"^1.2.2","gulp-tar":"^1.4.0","gulp-typescript":"^2.8.0","gulp-untar2":"^0.1.0","gulp-unzip":"^0.1.3","yargs":"^3.18.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