Socket
Socket
Sign inDemoInstall

@ada-support/embed-types

Package Overview
Dependencies
0
Maintainers
16
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ada-support/embed-types

## What is this?


Version published
Weekly downloads
4.8K
decreased by-11.33%
Maintainers
16
Created
Weekly downloads
 

Readme

Source

embed-types

What is this?

A public NPM package with types describing Embed public API.

Why is it needed?

  • We want to call out breaking changes for our customers and colleagues.
  • Embed interface must stay relatively unchanged. Having types defined in a separate package helps to track changes to the Embed public API.
  • Types described in this package can be used across Ada frontend applications that communicate with Embed.

Installation

In your repository:

yarn add @ada-support/embed-types -D

Usage

import type { AdaEmbedAPI } from "@ada-support/embed-types";

Publishing changes

In your feature branch

  • Update version in package.json.

After merge to main branch

  • Run yarn compile to compile;
  • Run npm publish to publish.

ESLint

  1. Install dependencies:
    yarn
    
  2. Run ESLint
    yarn lint
    

FAQs

Last updated on 18 Apr 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