arcgis-rest-js icon indicating copy to clipboard operation
arcgis-rest-js copied to clipboard

compact, modular JavaScript wrappers for the ArcGIS REST API

Results 107 arcgis-rest-js issues
Sort by recently updated
recently updated
newest added

Enhancement of https://github.com/Esri/arcgis-rest-js/pull/1018 with additional doc and minor fixes.

### Describe the bug `addItem` and `updateItem` both expect `extent` to be a flattened string instead of a bbox ( `1, 2, 3, 4` vs `[[1, 2], [3, 4]]` )....

bug

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.3 to 3.2.10. Release notes Sourced from node-fetch's releases. v3.2.10 3.2.10 (2022-07-31) Bug Fixes ReDoS referrer (#1611) (2880238) v3.2.9 3.2.9 (2022-07-18) Bug Fixes Headers: don't forward secure...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.7.2 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.6.13 to 2.9.13. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...

dependencies

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

### Describe the bug While trying to run `npm start` **on Windows** in the demo folders, which runs `node ../../scripts/run-demo-server.js` it throws an error in the following line: https://github.com/Esri/arcgis-rest-js/blob/main/scripts/get-package-json.js#L19 The...

bug
help wanted
demos

### Describe the bug The property '[owningSystemUrl ](https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-request/IServerInfo#owningSystemUrl)' is not available in JS SDK's [ServerInfo](https://developers.arcgis.com/javascript/latest/api-reference/esri-identity-ServerInfo.html) but is defined in [IServerInfo](https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-request/IServerInfo). Should owningSystemUrl be removed or does it serve another purpose?...

bug

### Describe the bug We are getting a warning in the automated unit tests: ``` WARN: 'Deprecated: Passing fetch-mock reset methods directly in as handlers for before/after test runner hooks....

help wanted