Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arcgis-js-api

Package Overview
Dependencies
Maintainers
0
Versions
1058
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arcgis-js-api

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

  • 4.31.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
17K
increased by28.67%
Maintainers
0
Weekly downloads
 
Created
Source

arcgis-js-api (Deprecated)

Version 4.31 was the last release of this package.

Use components or the @arcgis/core ES modules package, instead. See the Get started with npm guide topic for more information.

Features

A minified, unbuilt version of the ArcGIS Maps SDK for JavaScript AMD modules.

Instructions

npm install arcgis-js-api

TypeScript Typings

The TypeScript type definitions are bundled with the install and there are two ways to include them. The first way is to include a /// directive in your main TypeScript file:

main.ts

/// <reference types="arcgis-js-api" />

Or, add a reference to the declaration file in the include of your tsconfig.json:

tsconfig.json

{
  "include": ["node_modules/arcgis-js-api/index.d.ts", "src/**/*.ts", "src/**/*.tsx"]
}

Requirements

Use of the ArcGIS Maps SDK for JavaScript is subject to System Requirements, and the terms described in the product-specific Terms of Use. Learn more about licensing here.

Resources

Issues

Licensing

COPYRIGHT © 2024 Esri

All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.

This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement. You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.

For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA

email: contracts@esri.com

Keywords

FAQs

Package last updated on 20 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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