escape-delims
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -27,2 +27,5 @@ # {%= name %} {%= badge('fury') %} | ||
console.log(delims.escape('{%%= foo %}')); | ||
//=> '(;}%%{;)= foo (;}%{;)' | ||
console.log(delims.unescape('(;}%%{;)= foo (;}%{;)')); | ||
//=> '{%= foo %}' | ||
@@ -29,0 +32,0 @@ ``` |
@@ -14,2 +14,3 @@ /** | ||
delims.escape = function(str) { | ||
@@ -16,0 +17,0 @@ return replace.strWithArr(str, [ |
{ | ||
"name": "escape-delims", | ||
"description": "Escape delimiters in templates. Used with Lo-Dash and underscore templates but could be used with other template engines as well.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/jonschlinkert/escape-delims", | ||
@@ -6,0 +6,0 @@ "author": { |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
6695
10
0
50