browser-with-fingerprints
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -10,3 +10,3 @@ { | ||
"author": "CheshireCaat", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"license": "MIT", | ||
@@ -13,0 +13,0 @@ "bugs": { |
@@ -121,2 +121,3 @@ const path = require('path'); | ||
await fs.mkdir(path.dirname(metaPath), { recursive: true }); | ||
await fs.writeFile(metaPath, JSON.stringify(this.#meta)); | ||
@@ -123,0 +124,0 @@ } |
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
452083
1359