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.4.5 to 1.4.6

2

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

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var uber_view_common_1 = require("./uber-view-common");
;
;
;
;
;
var UberViewDelegateImpl = (function (_super) {

@@ -73,2 +78,10 @@ __extends(UberViewDelegateImpl, _super);

delegate._defaultImplementation = defaultImplementation;
var button = RideRequestButton.new();
var ridesClient = RidesClient.new();
var vista;
var color;
color.initWithCGColor('#FFF');
vista.tintColor = color;
vista.backgroundColor = color;
delegate._defaultImplementation = vista;
return delegate;

@@ -78,1 +91,2 @@ };

}(NSObject));
MaskedTextFieldDelegate.ObjCProtocols = [UITextFieldDelegate];
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