Socket
Socket
Sign inDemoInstall

@esri/arcgis-rest-routing

Package Overview
Dependencies
17
Maintainers
6
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
5678

1.16.0

Diff

Changelog

Source

[1.16.0] - January 23rd 2019

@esri/arcgis-rest-items

  • New Features
    • new getItemGroups() method c0cd950
    • new removeFolder() method b915ecb

@esri/arcgis-rest-request

  • Fixes
    • dont misinterpret custom referer headers as request parameters 4ff33b1
    • dont set referer headers to null in browser apps 0b1bf2b
esri_dev
published 1.15.2 •

Changelog

Source

[1.15.2] - January 17th 2019

@esri/arcgis-rest-request

  • New Features
    • arcgis-rest-js: add a headers option to IRequestOptions and pass on the headers to the request 266b85a 🙏rgwozdz🙏

@esri/arcgis-rest-users

  • New Features
    • arcgis-rest-users: added updateUser() method 33ce92d

Other Changes

  • Documentation
    • cdn: add sri hashes 49fa5cd 🙏COV-GIS🙏
jgravois
published 1.14.4 •

Changelog

Source

[1.14.4] - January 11th 2019

@esri/arcgis-rest-request

  • Docs
    • a conceptual guide was written to explain the purpose of this library. 5502c13

@esri/arcgis-rest-auth

  • Added
    • UserSession.refreshSession() now clears cached user metadata. 9564158
    • ApplicationSession now calculates accurate token expirations. 5af14d7
    • ApplicationSessions constuctor now exposes the ability to customize the associated portal. 3ffdddb
    • ApplicationSessions constructor now exposes the ability to customize the lifespan of generated tokens. 5af14d7

@esri/arcgis-rest-geocoder

  • Bug Fixes
    • ensure that the batch geocoder handles addresses with no match whatsoever cba60dc

Other Changes

  • Changed
    • Packages no longer expose a browser field in their package.json files. unpkg is now used instead to clue the CDN into which specific file to serve up. c4e0697d
esri_dev
published 1.14.3 •

Changelog

Source

[1.14.3] - December 3rd 2018

@esri/arcgis-rest-auth

  • Bug Fixes
    • arcgis-rest-auth: ensure that mixed casing of federated server urls does not break the system 07c92f55

demos/oauth2-browser

  • Bug Fixes ensure that the response is parsed correctly when keep me signed in is checked. 924f790

Other Changes

  • Documentation
    • moved existing code snippets above the fold.
    • added lots more code snippets.
    • made it clearer that JSON data() can be passed along when an item is created.

Other Changes

  • Bug Fixes
    • arcgis-rest-auth: Allow mixed casing of federated server urls c4e0697d
esri_dev
published 1.14.2 •

Changelog

Source

[1.14.2] - November 27th 2018

@esri/arcgis-rest-request

  • Added
    • cleanUrl() utility method to trim whitespace and remove trailing slashes to standardize input to other methods.

Other Changes

  • Security
    • **:closed_lock_with_key: version locked the devDependency event-stream@3.3.4. see https://github.com/dominictarr/event-stream/issues/116 for more information.
jgravois
published 1.14.1 •

Changelog

Source

[1.14.1] - November 21st 2018

@esri/arcgis-rest-request

  • Fixed
  • ensure the same referer header is used in requests that was supplied when calling generateToken().

@esri/arcgis-rest-feature-service

  • Changed
    • features is now the preferred argument for addFeatures() and updateFeatures() and objectIds for deleteFeatures().

This change was made for consistency with the REST API itself. the old constructor options will still be honored until v2.0.0.

  • Misc.
    • decodeValues: short circut out of decoding values if there are no CVD fields 1bac187

Other Changes

  • Misc.
    • decodeValues: short circut out of decoding values if there are no CVD fields 891bfb7
esri_dev
published 1.14.0 •

Changelog

Source

[1.14.0] - November 14th 2018

@esri/arcgis-rest-routing

  • Added
  • New package!
  • solveRoute() can be used to fetch directions from A to B (or A to Z, or Z to ? to A) 🙏gavinr🙏

@esri/arcgis-rest-common

  • Added
  • Another new package to house both shared utility methods and typings for TypeScript users. This package will likely supercede @esri/arcgis-rest-common-types at v2.0.0

@esri/arcgis-rest-feature-service

  • Added
  • New getLayer() method to fetch metadata for a MapServer or FeatureServer layer.
  • New decodeValues() utility method which translates raw Coded Value Domain codes in a query response into their more legible descriptions. 717404f

@esri/arcgis-rest-request

  • Fixed

  • ensure a generic referer header is passed along in requests from Node.js applications.

  • Chores

  • refactored a circular dependency out. 9b58c63

@esri/arcgis-rest-auth

  • Fixed
  • ensure session.portal url is correct when cred.server contains sharing/rest.

@esri/arcgis-rest-common-types

  • Added
  • added numViews and size properties to IItem 1d38da1

Other Changes

  • Chores
    • prettier: updated prettier to better handle newer TS syntax, specifically optional tuple elem d2bb7ade
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc