regenerate
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "regenerate", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.", | ||
@@ -26,3 +26,3 @@ "homepage": "http://mths.be/regenerate", | ||
"name": "Mathias Bynens", | ||
"web": "http://mathiasbynens.be/" | ||
"url": "http://mathiasbynens.be/" | ||
}, | ||
@@ -29,0 +29,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
/*! http://mths.be/regenerate v0.5.1 by @mathias */ | ||
/*! http://mths.be/regenerate v0.5.2 by @mathias */ | ||
;(function(root) { | ||
@@ -335,3 +335,5 @@ | ||
var regexNull = /\\x00([^01234567]|$)/g; | ||
// In Regenerate output, `\0` will never be preceded by `\` because we sort | ||
// by code point value, so let’s keep this regular expression simple: | ||
var regexNull = /\\x00([^0123456789]|$)/g; | ||
var createCharacterClasses = function(codePoints) { | ||
@@ -561,3 +563,3 @@ // At this point, it’s safe to assume `codePoints` is a sorted array of | ||
extend(set, { | ||
'version': '0.5.1', | ||
'version': '0.5.2', | ||
'fromCodePoints': fromCodePoints, | ||
@@ -594,3 +596,3 @@ 'fromCodePointRange': fromCodePointRange, | ||
} else { // in Narwhal or RingoJS v0.7.0- | ||
extend(freeExports, regenerate); | ||
freeExports.regenerate = regenerate; | ||
} | ||
@@ -597,0 +599,0 @@ } else { // in Rhino or a web browser |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
48380
5
532
0
459
3
70