split-string
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -44,2 +44,6 @@ /*! | ||
tok.val = keepEscaping(opts, str, idx) === true ? (ch + next) : next; | ||
tok.escaped = true; | ||
if (typeof fn === 'function') { | ||
fn(tok); | ||
} | ||
arr[arr.length - 1] += tok.val; | ||
@@ -46,0 +50,0 @@ idx++; |
{ | ||
"name": "split-string", | ||
"description": "Split a string on a character except when the character is escaped.", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"homepage": "https://github.com/jonschlinkert/split-string", | ||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"contributors": [ | ||
"Brian Woodward <brian.woodward@gmail.com> (https://twitter.com/doowb)", | ||
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)" | ||
"Brian Woodward (https://twitter.com/doowb)", | ||
"Jon Schlinkert (http://twitter.com/jonschlinkert)" | ||
], | ||
@@ -46,4 +46,4 @@ "repository": "jonschlinkert/split-string", | ||
".", | ||
"Why use this?", | ||
"install" | ||
"install", | ||
"Why use this?" | ||
], | ||
@@ -50,0 +50,0 @@ "related": { |
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
11202
85