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

@codesthings/nativescript-google-maps-sdk

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codesthings/nativescript-google-maps-sdk - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

1

map-view.ios.js

@@ -291,3 +291,2 @@ import { MapViewBase, BoundsBase, CircleBase, MarkerBase, PolygonBase, PolylineBase, ProjectionBase, PositionBase, latitudeProperty, VisibleRegionBase, longitudeProperty, bearingProperty, zoomProperty, tiltProperty, getColorHue } from "./map-view-common";

try {
console.error('MapView.ios was called at', new Error('stack').stack);
return this.nativeView;

@@ -294,0 +293,0 @@ }

2

package.json
{
"name": "@codesthings/nativescript-google-maps-sdk",
"version": "3.2.2",
"version": "3.2.3",
"description": "Google Maps SDK plugin for Nativescript",

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

@@ -10,4 +10,6 @@ # Fork

Install under an npm alias to avoid having to code change due to the org scope:
Noted that for a webpack based project I had to also install the package without the alias:
```
npm i -S -E nativescript-google-maps-sdk@npm:@codesthings/nativescript-google-maps-sdk@3.2.1
npm i -S -E @codesthings/nativescript-google-maps-sdk nativescript-google-maps-sdk@npm:@codesthings/nativescript-google-maps-sdk
```

@@ -14,0 +16,0 @@

Sorry, the diff of this file is not supported yet

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