Socket
Socket
Sign inDemoInstall

name-dic

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    name-dic

[![jsdelivr][jsdelivr-badge]][jsdelivr-link] [![npm version][fury-badge]][fury-link]


Version published
Weekly downloads
5
Maintainers
1
Install size
123 kB
Created
Weekly downloads
 

Readme

Source

jsdelivr npm version

name-dic

  • Front-end related name dictionary
  • Programming language name dictionary
  • GIS related name dictionary
  • Back-end related name dictionary
  • Computer science related name dictionary

Installation

npm

npm install name-dic

CDN

<script src="https://cdn.jsdelivr.net/npm/name-dic/dist/front-end.js"></script>

Usage

ES modules:

import frontEndDic from "name-dic/esm/front-end.js";

console.log(frontEndDic);

CommonJS:

const frontEndDic = require("name-dic/dist/front-end.js");

console.log(frontEndDic);

CDN:

<script src="https://cdn.jsdelivr.net/npm/name-dic/dist/front-end.js"></script>
<script>
  console.log(nameDic.frontEndDic);
</script>

FAQs

Last updated on 04 Dec 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc