Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

strikethrough-js

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strikethrough-js - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

package.json
{
"name": "strikethrough-js",
"version": "1.2.3",
"version": "1.2.4",
"description": "Manipulate strikethrough chars in Javascript",

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

@@ -17,2 +17,15 @@ # StrikethroughJS

## Usage
```javascript
var lib = require('strikethrough-js');
// or
import {
removeStrikethrough,
removeStrikethroughChars,
getStrikethroughChars,
getRemoveStrikethroughChars
} from 'strikethrough-js';
```
### Remove strikethrough

@@ -19,0 +32,0 @@ ```javascript

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