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

ember-arcgis-portal-services

Package Overview
Dependencies
Maintainers
3
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-arcgis-portal-services - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4

addon/services/geocode-service.js

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

## Unreleased
### Added
- geocode-service::findLocationAddress method
- geocode-service::geocodeUrl method
## [0.8.3]

@@ -7,0 +12,0 @@ ### Added

2

package.json
{
"name": "ember-arcgis-portal-services",
"version": "0.8.3",
"version": "0.8.4",
"description": "A set of promise-based Ember Services for working with the ArcGIS Portal API.",

@@ -5,0 +5,0 @@ "directories": {

@@ -25,2 +25,3 @@ # ember-arcgis-portal-services

| `portalUrl` | `string` | Return the ArcGIS Portal base url (for visiting pages etc) |
| `geocodeUrl` | `string` | Return the geocode base url |

@@ -84,2 +85,8 @@ | Method | Returns |Description |

### Geocode Service
| Method | Returns |Description |
| --- | --- | --- |
| `findLocationAddress(inputString)` | `promise` | Returns a location address based on an input string that moves through a specified or default geocode url |
### environment.js

@@ -86,0 +93,0 @@

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