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 7.0.0 to 8.0.0

12

CHANGELOG.md

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

# [8.0.0](https://github.com/Trott/slug/compare/v7.0.0...v8.0.0) (2022-08-31)
### chore
* remove AMD support ([#345](https://github.com/Trott/slug/issues/345)) ([2f30cd9](https://github.com/Trott/slug/commit/2f30cd9b1f226753cc7728f258975a0986125229))
### BREAKING CHANGES
* Loading via AMD will no longer work out-of-the-box.
# [7.0.0](https://github.com/Trott/slug/compare/v6.1.0...v7.0.0) (2022-08-31)

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

3

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

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

"nyc": "^15.0.1",
"requirejs": "^2.3.6",
"semantic-release": "^19.0.1",

@@ -42,0 +41,0 @@ "standard": "^17.0.0"

@@ -887,8 +887,3 @@ /* global btoa */

/* global define */
// Be compatible with different module systems
if (typeof define !== 'undefined' && define.amd) { // AMD
define([], function () { return slug })
} else if (typeof module !== 'undefined' && module.exports) { // CommonJS
if (typeof module !== 'undefined' && module.exports) { // CommonJS
module.exports = slug

@@ -895,0 +890,0 @@ } else { // Script tag

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