New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

here-js-api

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

here-js-api

Here JavaScript API

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

Here JavaScript API

This package contains the following files of HERE maps in order to bundle them within your own project.

Usage

After installing the package via npm or yarn you can import the different files via

import 'here-js-api/scripts/mapsjs-core';
import 'here-js-api/scripts/mapsjs-service';
import 'here-js-api/scripts/mapsjs-ui';
import 'here-js-api/scripts/mapsjs-mapevents';
import 'here-js-api/scripts/mapsjs-clustering';

Repo Maintenance

The API scripts and styles are downloaded automatically via an included Rakefile.

The API version is maintained in the file API_VERSION.

Setting up the automation

Prerequisites:

In the repo root directory:

bundle

Enforcing a re-download

touch API_VERSION
rake download
# add, commit and push as needed

Updating to a bumped up API version

The API version at time of this writing is 3.1.

Let's say the HERE API had jumped to 3.2, and the repo maintainer wants to update the package.

echo 3.2 > API_VERSION
rake download
# add, commit and push as needed

NOTE: The automation assumes that the API CDN URL versioning pattern will remain consistent. Otherwise the Rakefile will have to be revised.

FAQs

Package last updated on 14 May 2020

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