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 6.0.0-beta.1 to 6.0.0-beta.2

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [6.0.0-beta.2](https://github.com/Trott/slug/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2022-04-20)
### chore
* drop support for Node.js 12.x and 17.x ([5b9d4fb](https://github.com/Trott/slug/commit/5b9d4fb372b1ab451f39cc7145c1aaf012195362))
### BREAKING CHANGES
* Drop support for Node.js earlier than 14.x.
# [6.0.0-beta.1](https://github.com/Trott/slug/compare/v5.3.0...v6.0.0-beta.1) (2022-04-19)

@@ -2,0 +14,0 @@

4

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

@@ -23,3 +23,3 @@ "author": "dodo (https://github.com/dodo)",

"scripts": {
"test": "standard && mocha --experimental-modules test/*.mjs && nyc --reporter none mocha test/**/*.js && karma start --single-run --browsers ChromeHeadless,FirefoxHeadless .karma.config.js && nyc report --reporter=text --reporter=html && nyc check-coverage --lines 100 --branches 100 --statements 100 --functions 100",
"test": "standard && mocha test/*.mjs && nyc --reporter none mocha test/**/*.js && karma start --single-run --browsers ChromeHeadless,FirefoxHeadless .karma.config.js && nyc report --reporter=text --reporter=html && nyc check-coverage --lines 100 --branches 100 --statements 100 --functions 100",
"benchmark": "node benchmark/benchmark.js"

@@ -26,0 +26,0 @@ },

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