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

ts-cc-map

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-cc-map

A minimal TypeScript project that only defines a char code map.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

ts-cc-map

Usage

You can install the package in any TypeScript project using:

yarn add ts-cc-map -D

To use the ECC_MAP enum in your TypeScript files, you can reference it like this:

/// <reference types="ts-cc-map" />

const code = ECC_MAP.A; // Example usage

Conclusion

You have successfully created and published an npm package named ts-cc-map that includes the ECC_MAP enum definition for character codes. You can now use it in your TypeScript projects.

Keywords

char code

FAQs

Package last updated on 20 Oct 2025

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