Socket
Socket
Sign inDemoInstall

@dico/client

Package Overview
Dependencies
14
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @dico/client

Dico.app Client


Version published
Maintainers
1
Install size
755 kB
Created

Changelog

Source

0.0.7 (2021-06-29)

Features

  • add output path option (2f29731)

Readme

Source

dico-client

npm version npm downloads Github Actions CI Codecov Conventional Commits License

Dico.app Client.

  • 🔑  Use keys seamlessly;
  • 🎏  Fetch your current dico;
  • 🌐  i18n support.

Install

npm install @dico/client

Usage

Update your scripts inside your package.json:

{
    /* ... */
    "scripts": {
        "dev": "dico-fetch && ...",
        "build": "dico-fetch && ..."
    }
}

Init dico client:

import { createDico } from "@dico/client";
// Dico data file is created next to your `dico.config.json` file
import data from "../dico.data.json";

export const { $dico, $dicoI18n } = createDico(data);

Documentation

To discover what's new on this package check out the changelog. For full documentation, visit the official Dico.app documentation.

License

MIT License

Keywords

FAQs

Last updated on 29 Jun 2021

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