Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ada-support/embed-types

Package Overview
Dependencies
Maintainers
16
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ada-support/embed-types

## What is this?

  • 1.6.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.8K
decreased by-54.36%
Maintainers
16
Weekly downloads
 
Created
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

Package last updated on 13 Jul 2023

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