You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@vercel/nft

Package Overview
Dependencies
Maintainers
4
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/nft - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+1
-1
out/resolve-dependency.js

@@ -188,3 +188,3 @@ "use strict";

const fallbackCondition = 'require' in exportsForSubpath ? 'require' : 'default';
const fallbackTarget = exportsForSubpath[fallbackCondition];
const fallbackTarget = getExportsTarget(exportsForSubpath[fallbackCondition], job.conditions, cjsResolve);
if (typeof fallbackTarget === 'string' &&

@@ -191,0 +191,0 @@ fallbackTarget.startsWith('./')) {

{
"name": "@vercel/nft",
"version": "1.1.0",
"version": "1.1.1",
"repository": "vercel/nft",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet