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
5K
decreased by-16.47%
Maintainers
16
Install size
10.5 kB
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 Embed consumers (e.g., customers and colleagues).
  • The Embed interface should be stable. Having types defined in a separate package helps to track changes to the Embed public API with more scrutiny.
  • Types described in this package can be used across Ada frontend applications that communicate with Embed.

Set up and development

Install dependencies: sh yarn Run ESLint sh yarn lint

Deployment

The NPM publish job will run automatically via Github actions upon merging your branch to main

Installation

In your repository:

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

Usage

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

You can also import any exported items exposed in our public API.

FAQs

Last updated on 13 Jul 2023

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