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.3.1 to 1.3.2

2

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

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

@@ -19,7 +19,9 @@ # StrikethroughJS

var lib = require('strikethrough-js');
lib.removeStrikethrough(...);
// or
var res = lib.removeStrikethrough('...');
```
```javascript
import {
removeStrikethrough
} from 'strikethrough-js';
var res = removeStrikethrough('...');
```

@@ -64,3 +66,3 @@

```javascript
var str = getChars('456€ (1̶2̶3̶7̶8̶9̶€̶)');
var str = getString('456€ (1̶2̶3̶7̶8̶9̶€̶)');
console.log(str);

@@ -67,0 +69,0 @@ // 123789€

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