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 2.0.0-alpha.1 to 2.0.0-alpha.2

text-security-disc.woff

6

package.json
{
"name": "text-security",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Cross-browser alternative to -webkit-text-security",

@@ -34,5 +34,5 @@ "main": "index.js",

"files": [
"./text-security-disc.woff",
"./text-security.css"
"text-security-disc.woff",
"text-security.css"
]
}

@@ -29,10 +29,11 @@ # text-security

```
npm install text-security@3-alpha.0
npm install text-security@alpha
```
You can use the fonts by adding this repo as a dependency and including
`dist/text-security.css` in your project, like so
`text-security.css` in your project
`<link rel="stylesheet" type="text/css"
href="node_modules/text-security/dist/text-security.css">`
```html
<link rel="stylesheet" type="text/css" href="node_modules/text-security/text-security.css">
```

@@ -39,0 +40,0 @@ ## Building with custom modifications

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