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

confusables

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

confusables - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

2

package.json
{
"name": "confusables",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A library to interact with Unicode Confusables in strings.",

@@ -23,5 +23,8 @@ <p align="center">

`const { remove } = require('confusables');`
`import { remove } = from 'confusables';`
```
const { remove } = require('confusables');
import { remove } = from 'confusables';
```
```js

@@ -28,0 +31,0 @@ remove('Ἢἕļľᦞ ш٥ṟlᑰ! Hello World!'); // => Hello World! Hello World!

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