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

@vercel/nft

Package Overview
Dependencies
Maintainers
12
Versions
61
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.9.0 to 0.9.1

4

out/node-file-trace.js

@@ -13,6 +13,8 @@ "use strict";

const sharedlib_emit_1 = require("./utils/sharedlib-emit");
const path_2 = require("path");
const { gracefulify } = require('graceful-fs');
gracefulify(fs_1.default);
function inPath(path, parent) {
return path.startsWith(parent) && path[parent.length] === path_1.sep;
const pathWithSep = path_2.join(parent, path_1.sep);
return path.startsWith(pathWithSep) && path !== pathWithSep;
}

@@ -19,0 +21,0 @@ async function nodeFileTrace(files, opts = {}) {

{
"name": "@vercel/nft",
"version": "0.9.0",
"version": "0.9.1",
"repository": "vercel/nft",

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

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