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.0.3
  • 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 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

Package last updated on 18 Apr 2022

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