get-price-tag
Advanced tools
Comparing version 0.0.27 to 0.0.28
{ | ||
"name": "get-price-tag", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"main": "dist/commonjs/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
import fetch from "node-fetch"; | ||
import path from 'path'; | ||
import { readFileSync, writeFileSync } from "fs"; | ||
const rootDir = path.resolve('./'); | ||
const rootDir = path.resolve(process.env.INIT_CWD); | ||
@@ -6,0 +6,0 @@ function postComponent() { |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
6172
4