@nativescript/types-android
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89835381