New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nativescript-uber

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-uber - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

2

package.json
{
"name": "nativescript-uber",
"version": "1.3.5",
"version": "1.3.6",
"description": "Uber Rides plugin for Nativescript",

@@ -5,0 +5,0 @@ "main": "uber-view",

import { View } from "tns-core-modules/ui/core/view";
import { Property } from "tns-core-modules/ui/core/properties";
import { Image } from "tns-core-modules/ui/image";
import { Color } from "tns-core-modules/color";
import { EventData } from "tns-core-modules/data/observable";

@@ -7,0 +3,0 @@ export class UberView extends View {

@@ -9,7 +9,2 @@ "use strict";

}
UberViewDelegateImpl.initWithOwner = function (owner) {
var handler = UberViewDelegateImpl.new();
handler._owner = owner;
return handler;
};
return UberViewDelegateImpl;

@@ -16,0 +11,0 @@ }(NSObject));

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