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

.babelrc

23

package.json
{
"name": "strikethrough-js",
"version": "1.3.2",
"version": "2.0.0",
"description": "Manipulate strikethrough chars in Javascript",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"build": "babel src --out-dir lib --ignore src/test",
"prepare": "npm run build",
"test": "jest"

@@ -25,8 +27,15 @@ },

"devDependencies": {
"jest": "^23.6.0",
"pre-commit": "^1.2.2"
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/node": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"husky": "^4.2.5",
"jest": "^26.0.1"
},
"pre-commit": [
"test"
]
"husky": {
"hooks": {
"pre-commit": "npm test",
"pre-push": "npm test"
}
}
}
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