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.8 to 0.8.9

2

addon/services/portal-service.js

@@ -13,3 +13,3 @@ import Ember from 'ember';

console.log('Portal Service got update for ' + portal.id);
let portalRestUrl = this.getPortalRestUrl();
let portalRestUrl = this.get('portalRestUrl');
let url = `${portalRestUrl}/portals/${portal.id}/update?f=json`;

@@ -16,0 +16,0 @@ return this._post(url, portal);

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

## [0.8.9]
### Added
- `portal-service.update` throws "this.getPortalRestUrl is undefined"
## [0.8.8]

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

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

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

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