Socket
Socket
Sign inDemoInstall

text-security

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

text-security-circle-compat.woff2

5

package.json
{
"name": "text-security",
"version": "3.1.0",
"version": "3.1.1",
"description": "Cross-browser alternative to -webkit-text-security",

@@ -26,2 +26,3 @@ "main": "text-security.css",

"text-security-circle.woff2",
"text-security-circle-compat.woff2",
"text-security-disc-compat.eot",

@@ -31,2 +32,3 @@ "text-security-disc-compat.ttf",

"text-security-disc.woff2",
"text-security-disc-compat.woff2",
"text-security-square-compat.eot",

@@ -36,4 +38,5 @@ "text-security-square-compat.ttf",

"text-security-square.woff2",
"text-security-square-compat.woff2",
"text-security.css"
]
}

2

README.md

@@ -33,3 +33,3 @@ ![text-security](assets/banner.png)

Safari does however support `-webkit-text-security: disc;`, but only for the `disc` shape and not the others.
The setup described above should therefore work fine if all you need is the disc shape
The setup described in [CSS example](#css-example) should therefore work fine if all you need is the disc shape
(which is what normal password fields use), because Safari will conceal the field

@@ -36,0 +36,0 @@ based on `-webkit-text-security` property and doesn't even need to load the font.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc