You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

text-encoding-shim

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

text-encoding-shim - npm Package Compare versions

Comparing version

to
1.0.5

4

index.js

@@ -68,3 +68,3 @@ (function (root, factory) {

} else {
var arr = new Uint8Array(view.buffer),
var arr = new Uint8Array(view.buffer, view.byteOffset, view.byteLength),
charArr = new Array(arr.length);

@@ -79,2 +79,2 @@ arr.forEach(function(charcode, i) {

return {'TextEncoder': TextEncoder, 'TextDecoder': TextDecoder};
}));
}));
{
"name": "text-encoding-shim",
"version": "1.0.4",
"version": "1.0.5",
"main": "index.js",

@@ -5,0 +5,0 @@ "author": "Till Affeldt <affeldt@protonmail.com>",

{
"name": "text-encoding-shim",
"version": "1.0.3"
}
"version": "1.0.5"
}