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 7.3.0 to 8.0.0

11

lib/android/org.nativescript.widgets.d.ts
declare module org {
module nativescript {
module widgets {
export class Utils {
public static drawBoxShadow(view: android.view.View, value: string): void;
}
export class BoxShadowDrawable {
public constructor(drawable: android.graphics.drawable.Drawable, value: string);
public getWrappedDrawable(): android.graphics.drawable.Drawable;
public toString(): string;
}
export class CustomTransition extends androidx.transition.Visibility {

@@ -5,0 +16,0 @@ constructor(animatorSet: android.animation.AnimatorSet, transitionName: string);

2

package.json
{
"name": "@nativescript/types-android",
"version": "7.3.0",
"version": "8.0.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