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.0.1 to 0.0.2

47

package.json
{
"name": "confusables",
"version": "0.0.1",
"description": "A package to implement Unicodes Confusable Detection",
"keywords": ["unicode", "normalization", "security"],
"main": "confusables.js",
"repository": {
"url": "filipekiss/confusables"
},
"author": {
"name": "Filipe Kiss",
"email": "me@filipekiss.com.br",
"url": "https://github.com/filipekiss"
},
"license": "MIT",
"private": false,
"devDependencies": {
"@babel/core": "^7.0.0-beta.40",
"@babel/register": "^7.0.0-beta.40",
"ava": "^0.25.0",
"meow": "^4.0.0",
"np": "^2.20.0",
"xo": "^0.20.1"
},
"scripts": {
"test": "xo --fix && ava --verbose",
"release": "np"
},
"ava": {
"files": ["test/**/*.js"],
"sources": ["**/*.js", "!dist/**/*"],
"require": ["@babel/register"]
},
"xo": {
"space": 4
}
"name": "confusables",
"version": "0.0.2",
"description": "A library to interact with Unicode Confusables in strings.",
"repository": {
"type": "git",
"url": "git+https://github.com/gc/confusables.git"
},
"bugs": {
"url": "https://github.com/gc/confusables/issues"
},
"homepage": "https://github.com/gc/confusables",
"private": false
}
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