New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clerk/fastify

Package Overview
Dependencies
Maintainers
7
Versions
2371
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerk/fastify - npm Package Compare versions

Comparing version 0.4.6-staging.78c31df to 0.4.6-staging.8a62ba4

1

dist/types/constants.d.ts

@@ -23,2 +23,3 @@ export declare const API_URL: string;

readonly EnableDebug: "x-clerk-debug";
readonly ClerkRedirectTo: "x-clerk-redirect-to";
readonly Authorization: "authorization";

@@ -25,0 +26,0 @@ readonly ForwardedPort: "x-forwarded-port";

9

package.json
{
"name": "@clerk/fastify",
"version": "0.4.6-staging.78c31df",
"version": "0.4.6-staging.8a62ba4",
"license": "MIT",

@@ -22,3 +22,2 @@ "description": "Clerk SDK for Fastify",

"scripts": {
"prepublishOnly": "npm run build",
"dev": "tsup --watch",

@@ -31,9 +30,7 @@ "build": "tsup --env.NODE_ENV production",

"dependencies": {
"@clerk/backend": "0.21.1-staging.78c31df",
"@clerk/types": "^3.41.0",
"@clerk/backend": "0.22.0-staging.8a62ba4",
"@clerk/types": "3.41.1-staging.8a62ba4",
"cookies": "0.8.0"
},
"devDependencies": {
"jest": "*",
"ts-jest": "*",
"tsup": "*",

@@ -40,0 +37,0 @@ "typescript": "*"

Sorry, the diff of this file is not supported yet

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