string.fromcodepoint
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -1,2 +0,2 @@ | ||
/*! http://mths.be/fromcodepoint v0.2.0 by @mathias */ | ||
/*! http://mths.be/fromcodepoint v0.2.1 by @mathias */ | ||
if (!String.fromCodePoint) { | ||
@@ -15,3 +15,3 @@ (function() { | ||
var floor = Math.floor; | ||
var fromCodePoint = function() { | ||
var fromCodePoint = function(_) { | ||
var MAX_SIZE = 0x4000; | ||
@@ -18,0 +18,0 @@ var codeUnits = []; |
{ | ||
"name": "string.fromcodepoint", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://mths.be/fromcodepoint", |
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
5791