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

@riboseinc/iso-15924

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@riboseinc/iso-15924

ISO 15924 codes

latest
Source
npmnpm
Version
1.20200424.1
Version published
Maintainers
3
Created
Source

= ISO 15924 codes

Complete set of fields from the original dataset, with matching names.

Includes index by code.

== Installation

[source]

yarn add "@riboseinc/iso-15924"

== Usage

[source]

import data from '@riboseinc/iso-15924'

for (const item of data) { console.info(item.Code); console.info(item["N°"]); console.info(item["Unicode Version"]); }

[source]

import data from '@riboseinc/iso-15924/index-by-code.json'

console.info(data["Adlm"].Code);

== Release process

=== Versioning

The package is versioned as follows:

[source]

1.20200101.0 | | | | | ^ patch version | ^ timestamp ^ major version

Timestamp reflects the date of latest item in the registry.

=== Rebuild the registry

[source]

yarn compile; yarn build-json; yarn dist

=== Ensure correct version

This will create files under dist/, including package.json with version that reflects the timestamp of the latest item in the registry.

Major and patch components of the version are currently fixed as 1 and 0 respectively. If a different major or patch package version should be published, manually edit dist/package.json to increment the number.

=== Publishing to NPM

Publish as per usual. This is not done automatically.

Keywords

iso

FAQs

Package last updated on 11 Aug 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