@vercel/nft
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
144522
2904