@drovp/save-as-path
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -21,4 +21,4 @@ "use strict"; | ||
.replace(/&/g, '&') | ||
.replace(/</g, '${tokenStart}') | ||
.replace(/>/g, '${tokenEnd}') | ||
.replace(/</g, '<') | ||
.replace(/>/g, '>') | ||
.replace(/"/g, '"') | ||
@@ -25,0 +25,0 @@ .replace(/'/g, '''); |
{ | ||
"name": "@drovp/save-as-path", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Drovp utility to determine path for file results.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/drovp/save-as-path", |
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
23486