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

slug

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slug - npm Package Compare versions

Comparing version 8.2.1 to 8.2.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [8.2.2](https://github.com/Trott/slug/compare/v8.2.1...v8.2.2) (2022-10-02)
### Bug Fixes
* slugify θ as th ([#354](https://github.com/Trott/slug/issues/354)) ([19e8ca1](https://github.com/Trott/slug/commit/19e8ca111453988d15a09572b8fd3b5336822cd4))
## [8.2.1](https://github.com/Trott/slug/compare/v8.2.0...v8.2.1) (2022-10-02)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "slug",
"description": "slugifies even utf-8 chars!",
"version": "8.2.1",
"version": "8.2.2",
"homepage": "https://github.com/Trott/slug",

@@ -6,0 +6,0 @@ "author": "dodo (https://github.com/dodo)",

@@ -307,3 +307,3 @@ /* global btoa */

η: 'h',
θ: '8',
θ: 'th',
ι: 'i',

@@ -344,3 +344,3 @@ κ: 'k',

Η: 'H',
Θ: '8',
Θ: 'Th',
Ι: 'I',

@@ -347,0 +347,0 @@ Κ: 'K',

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