Socket
Socket
Sign inDemoInstall

name-dic

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

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
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

jsdelivr npm version

name-dic

Not yet published on npm.

  • 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

Package last updated on 24 Jun 2021

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