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

@clerk/dev-cli

Package Overview
Dependencies
Maintainers
0
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerk/dev-cli - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4-canary.vd8d752c

2

package.json
{
"name": "@clerk/dev-cli",
"description": "CLI tool designed to simplify the process of iterating on packages within the clerk/javascript repository",
"version": "0.0.3",
"version": "0.0.4-canary.vd8d752c",
"license": "MIT",

@@ -6,0 +6,0 @@ "type": "module",

import { readFile } from 'node:fs/promises';
import { dirname, join, posix, resolve } from 'node:path';
import { dirname, posix } from 'node:path';
import { globby } from 'globby';
import { getMonorepoRoot } from './getMonorepoRoot.js';
/**

@@ -11,3 +13,3 @@ * Generates an object with keys of package names and values of absolute paths to the package folder.

export async function getClerkPackages() {
const monorepoRoot = resolve(join(import.meta.dirname, '..', '..', '..', '..'));
const monorepoRoot = await getMonorepoRoot();
/** @type {Record<string, string>} */

@@ -14,0 +16,0 @@ const packages = {};

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