Socket
Socket
Sign inDemoInstall

string.fromcodepoint

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string.fromcodepoint - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

fromcodepoint.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc