New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@texting/charset-fullwidth

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@texting/charset-fullwidth - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

dist/index.cjs.js

@@ -81,3 +81,3 @@ 'use strict';

if (l < (text === null || text === void 0 ? void 0 : text.length)) body += text.slice(l);
if (l < (text == null ? void 0 : text.length)) body += text.slice(l);
return body;

@@ -84,0 +84,0 @@ }

@@ -77,3 +77,3 @@ import { parseNum as parseNum$1 } from '@typen/num-strict';

if (l < (text === null || text === void 0 ? void 0 : text.length)) body += text.slice(l);
if (l < (text == null ? void 0 : text.length)) body += text.slice(l);
return body;

@@ -80,0 +80,0 @@ }

{
"name": "@texting/charset-fullwidth",
"version": "0.0.10",
"version": "0.0.11",
"description": "Convert between half-width and full-width",

@@ -18,6 +18,6 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@texting/charset-ansi": "^0.0.10",
"@texting/enum-chars": "^0.0.10",
"@texting/enum-chars-fullwidth": "^0.0.10",
"@texting/lange": "^0.0.10",
"@texting/charset-ansi": "^0.0.11",
"@texting/enum-chars": "^0.0.11",
"@texting/enum-chars-fullwidth": "^0.0.11",
"@texting/lange": "^0.0.11",
"@typen/num-strict": "^0.1.16"

@@ -41,3 +41,3 @@ },

"homepage": "https://github.com/gadge/spare#readme",
"gitHead": "dc57cfa4c97ec9130bc54a0ca0644d47152bd242"
"gitHead": "51e4340828860e5ae4cff91fd23764b6555cbfe4"
}
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