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

@nativescript/types-android

Package Overview
Dependencies
Maintainers
18
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript/types-android - npm Package Compare versions

Comparing version 8.7.0 to 8.8.0

17

lib/android/org.nativescript.widgets.d.ts

@@ -295,8 +295,5 @@ declare module org {

public addRow(itemSpec: ItemSpec): void;
public addColumn(itemSpec: ItemSpec): void;
public addRow(value: number, type: org.nativescript.widgets.GridUnitType): void;
public addColumn(value: number, type: org.nativescript.widgets.GridUnitType): void;
public removeRow(itemSpec: ItemSpec): void;
public removeColumn(itemSpec: ItemSpec): void;
public removeRowAt(index: number): void;

@@ -307,2 +304,12 @@ public removeColumnAt(index: number): void;

public getRows(): Array<ItemSpec>;
public clearRows();
public clearColumns();
public reset();
public addRowsFromJSON(value: string);
public addColumnsFromJSON(value: string);
public addRowsAndColumnsFromJSON(rows: string, columns: string);
public getRowActualLength(index: number): number; // for testing purpose
public getColumnActualLength(index: number): number; // for testing purpose
}

@@ -309,0 +316,0 @@

{
"name": "@nativescript/types-android",
"version": "8.7.0",
"version": "8.8.0",
"description": "NativeScript Types for Android.",

@@ -5,0 +5,0 @@ "homepage": "https://nativescript.org",

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