ref-replace
Advanced tools
Comparing version 1.0.2 to 1.0.3
const replaceRefs = (obj, searchStr, replaceStr) => { | ||
if (!obj) { | ||
return; | ||
} | ||
if (typeof obj === 'string') { | ||
@@ -3,0 +6,0 @@ return obj; |
@@ -5,3 +5,3 @@ { | ||
"repository": "git@github.com:hugomd/ref-replace.git", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": { | ||
@@ -8,0 +8,0 @@ "name": "Hugo Muller-Downing", |
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
2296
29