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

@nativescript/types-android

Package Overview
Dependencies
Maintainers
19
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.0.0 to 8.0.1

6

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

@@ -40,3 +40,3 @@ declare module org {

export function writeText(path: string, content: string, encoding: string, callback: CompleteCallback, context: any);
export function write(path: string, content: native.Array<number>, callback: CompleteCallback, context: any);
export function write(path: string, content: androidNative.Array<number>, callback: CompleteCallback, context: any);
}

@@ -112,5 +112,5 @@

backgroundPosition: string,
backgroundPositionParsedCSSValues: native.Array<CSSValue>,
backgroundPositionParsedCSSValues: androidNative.Array<CSSValue>,
backgroundSize: string,
backgroundSizeParsedCSSValues: native.Array<CSSValue>
backgroundSizeParsedCSSValues: androidNative.Array<CSSValue>
);

@@ -117,0 +117,0 @@

{
"name": "@nativescript/types-android",
"version": "8.0.0",
"version": "8.0.1",
"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