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

@vercel/nft

Package Overview
Dependencies
Maintainers
9
Versions
64
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 0.27.8 to 0.27.9

4

out/node-file-trace.js

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

const resolve_dependency_1 = __importStar(require("./resolve-dependency"));
const micromatch_1 = require("micromatch");
const picomatch_1 = require("picomatch");
const sharedlib_emit_1 = require("./utils/sharedlib-emit");

@@ -138,3 +138,3 @@ const fs_1 = require("./fs");

return true;
if ((0, micromatch_1.isMatch)(path, resolvedIgnores))
if ((0, picomatch_1.isMatch)(path, resolvedIgnores))
return true;

@@ -141,0 +141,0 @@ return false;

{
"name": "@vercel/nft",
"version": "0.27.8",
"version": "0.27.9",
"repository": "vercel/nft",

@@ -34,4 +34,4 @@ "license": "MIT",

"graceful-fs": "^4.2.9",
"micromatch": "^4.0.8",
"node-gyp-build": "^4.2.2",
"picomatch": "^4.0.2",
"resolve-from": "^5.0.0"

@@ -53,4 +53,4 @@ },

"@types/graceful-fs": "^4.1.5",
"@types/micromatch": "^4.0.1",
"@types/node": "^14.14.37",
"@types/picomatch": "^3.0.1",
"@vercel/git-hooks": "^1.0.0",

@@ -57,0 +57,0 @@ "@vercel/style-guide": "^5.2.0",

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