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

featureservice

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

featureservice - npm Package Versions

dmfenton
published 1.5.6 •

Changelog

Source

[1.5.6] - 2016-04-06

Fixed

  • Get correct objectID range even when field names are unexpectedly capitalized
dmfenton
published 1.5.5 •

Changelog

Source

[1.5.5] - 2016-03-31

Changed

  • Exposed getObjectIdRange as public function

Fixed

  • Corrected bug in statistics paging strategy
dmfenton
published 1.5.4 •

Changelog

Source

[1.5.4] - 2016-03-30

Fixed

  • Don't throw exception when passed in layer is of type numeric
dmfenton
published 1.5.3 •

Changelog

Source

[1.5.3] - 2016-03-23

Changed

  • A passed-in layer will always override what's in the url
dmfenton
published 1.5.2 •

Changelog

Source

[1.5.2] - 2016-03-03

Fixed

  • Get the object id field if it's explicitly in info properties
  • resultOffset strategy was reversed
dmfenton
published 1.5.1 •

Changelog

Source

[1.5.1] - 2016-03-02

Changed

  • Don't use resultOffset for services not hosted on ArcGIS Online, it's not reliable
  • Decode streaming server response
dmfenton
published 1.5.0 •

Changelog

Source

[1.5.0] - 2016-02-28

Added

  • Service Info, Layer Info, and Metadata are memoized
  • Can call info, layerInfo, and metadata without a callback when info is memoized

Changed

  • Concurrency is set during paging process
  • URL parsing for services is more precise
dmfenton
published 1.4.6 •

Changelog

Source

[1.4.6] - 2016-01-20

Fixed

  • Guard against missing ObjectID field when trying to page
  • Remove unused dep
dmfenton
published 1.4.5 •

Changelog

Source

[1.4.5] - 2016-01-13

Changed

  • Throttle concurrency down on every 2 failed requests
  • Throttle concurrency up on every 10 successful requests
dmfenton
published 1.4.4 •

Changelog

Source

[1.4.4] - 2016-01-07

Fixed

  • Removed bad reference to this