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

nativescript-urban-airship

Package Overview
Dependencies
Maintainers
7
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-urban-airship - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

2

package.json
{
"name": "nativescript-urban-airship",
"version": "5.0.0",
"version": "5.0.1",
"description": "Urban Airship plugin for NativeScript.",

@@ -5,0 +5,0 @@ "main": "urban-airship",

@@ -71,3 +71,6 @@ export class NsUrbanAirship {

getRegistrationToken() {
return "";
if (!this.pushIsValid()) {
return undefined;
}
return UAirship.push().deviceToken;
}

@@ -74,0 +77,0 @@ resetBadgeCount() {

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