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

@clerk/clerk-js

Package Overview
Dependencies
Maintainers
4
Versions
3059
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerk/clerk-js

Clerk.dev JS library

  • 1.0.11
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
35K
increased by17.37%
Maintainers
4
Weekly downloads
 
Created
Source

clerk-js

Clerk JS library

Table of Contents

☀️ Introduction

@clerk/clerk-js contains the Clerk UI authentication components and the window.Clerk object.

Available UI components:

  • Sign in
  • Sign up
  • User button
  • User profile

The window.Clerk object handles the communication with the Client API, stores and mutates the current client and session data and controls the UI components rendering.

🚢 Release

Staging

In @clerk/clerk-js staging releases we use npm-dist-tags. That way, staging deployments don't affect the latest production release.

⚠️ Note: Due to a Yarn open bug npm lifecycle scripts are not invoked while working with workspaces. So you should invoke them explicitly as shown below.

yarn workspace @clerk/clerk-js prepublish &&
yarn workspace @clerk/clerk-js npm publish --tag staging

Production

In @clerk/clerk-js production releases, *verify that the package.json version is bumped and then execute the following instructions.

⚠️ Note: Due to a Yarn open bug npm lifecycle scripts are not invoked while working with workspaces. So you should invoke them explicitly as shown below.

yarn workspace @clerk/clerk-js prepublish &&
yarn workspace @clerk/clerk-js npm publish

FAQs

Package last updated on 27 Jan 2021

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