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

unidecode

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unidecode - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

package.json

@@ -9,3 +9,3 @@ {

],
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://blog.fgribreau.com/2012/05/unidecode-for-javascript-nodejs.html",

@@ -26,5 +26,5 @@ "repository": "git@github.com:FGRibreau/node-unidecode.git",

"changelog-git": "npm run changelog && git add CHANGELOG.md && git commit -m 'docs(changelog): updated' && git push origin master",
"release-major": "npm run test && npm run changelog-git && npm-release major",
"release-minor": "npm run test && npm run changelog-git && npm-release minor",
"release-patch": "npm run test && npm run changelog-git && npm-release patch"
"release-major": "npm run test && npm-release major && npm run changelog-git",
"release-minor": "npm run test && npm-release minor && npm run changelog-git",
"release-patch": "npm run test && npm-release patch && npm run changelog-git"
},

@@ -31,0 +31,0 @@ "engines": {

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