Socket
Socket
Sign inDemoInstall

utfstring

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utfstring - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

3

dist/index.js

@@ -9,7 +9,6 @@ "use strict";

Object.defineProperty(exports, "UtfVisualString", { enumerable: true, get: function () { return utf_visual_string_1.UtfVisualString; } });
const utils_1 = require("./utils");
// if there is a global window object add the classes to it
if ((0, utils_1.isDefined)(window)) {
if (typeof window !== 'undefined') {
window.UtfString = utf_string_1.UtfString;
window.UtfVisualString = utf_visual_string_1.UtfVisualString;
}
{
"name": "utfstring",
"version": "3.1.2",
"version": "3.1.3",
"description": "UTF-safe string operations",

@@ -5,0 +5,0 @@ "repository": {

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