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

@clerk/dev-cli

Package Overview
Dependencies
Maintainers
8
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.2 to 0.0.3-canary.v1e4054c

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.2",
"version": "0.0.3-canary.v1e4054c",
"license": "MIT",

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

import { spawn } from 'node:child_process';
import { writeFile } from 'node:fs/promises';
import { join } from 'node:path';
import { mkdir, writeFile } from 'node:fs/promises';
import { dirname, join } from 'node:path';

@@ -29,2 +29,4 @@ import { CONFIG_FILE } from '../utils/getConfiguration.js';

await mkdir(dirname(CONFIG_FILE), { recursive: true });
await writeFile(CONFIG_FILE, JSON.stringify(configuration, null, 2), 'utf-8');

@@ -31,0 +33,0 @@

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