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

After updating our dependencies to v4, we found a breaking change with the use of `searchItems` that no longer respects `filter` as a parameter. A workaround is to pass filter...

**TL:DR; if you want to use ArcGIS REST JS v4 in Jest you need to [enable the experimental support for ESM in Jest](https://jestjs.io/docs/ecmascript-modules). If you also using ts-jest you need...

When building packages with pkg it is assumed, that property "main" is defined in package.json (which it is in arcgis-rest-portal / arcgis-rest-request / arcigs-rest-auth: eg.: `"main": "dist/cjs/index.js"`) Probably the structure...

The old `arcgis-rest-types` package [exposed an interface](https://github.com/Esri/arcgis-rest-js/blob/master/packages/arcgis-rest-types/src/webmap.ts#L918) that describes the shape of [the drawingInfo field](https://esri.github.io/arcgis-rest-js/api/types/IDrawingInfo/) in a layer definition, even though the actual types under ILayerDefinition [failed to use it](https://github.com/Esri/arcgis-rest-js/blob/main/packages/arcgis-rest-feature-service/src/helpers.ts#L648)....

enhancement

I don't think this is exactly the same issue as #995 (apologies if it is). The other issue seems to have more to do with calling `completeOAuth2` with query parameters...

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @​dlafreniere in lquixada/cross-fetch#124 New Contributors @​dlafreniere made their...

dependencies

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. 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.2)](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

Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 v11.8.3 Bump cacheable-request dependency (#1921) 9463bb6 Fix HTTPError missing .code property...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Hi team, Please add support for the `/portals/self/invite` endpoint. - params: ``` { invitations: [ { email, firstname, lastname, username, password, role, userLicenseType, fullname, userType, userCreditAssignment: -1, applyActUserDefaults: false }...

enhancement