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

@progress/kendo-angular-grid

Package Overview
Dependencies
Maintainers
1
Versions
1369
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-angular-grid - npm Package Compare versions

Comparing version 0.22.0 to 0.22.1

2

dist/es/pager/pager-element.component.d.ts

@@ -47,3 +47,3 @@ import { OnInit, OnDestroy } from '@angular/core';

*/
changePage(page: number): void;
changePage(page: number): boolean;
/**

@@ -50,0 +50,0 @@ * @hidden

@@ -60,2 +60,3 @@ /**

this.pagerContext.changePage(page);
return false;
};

@@ -62,0 +63,0 @@ /**

@@ -47,3 +47,3 @@ import { OnInit, OnDestroy } from '@angular/core';

*/
changePage(page: number): void;
changePage(page: number): boolean;
/**

@@ -50,0 +50,0 @@ * @hidden

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

this.pagerContext.changePage(page);
return false;
};

@@ -63,0 +64,0 @@ /**

{
"name": "@progress/kendo-angular-grid",
"description": "A Grid Component for Angular 2",
"version": "0.22.0",
"version": "0.22.1",
"publishConfig": {

@@ -6,0 +6,0 @@ "registry": "https://registry.npm.telerik.com"

Sorry, the diff of this file is too big to display

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