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

node-slugify

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-slugify - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.travis.yml

5

package.json
{
"name": "node-slugify",
"version": "0.0.1",
"version": "0.0.2",
"description": "Simple and useful function for generating friendly url/slug.",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "./node_modules/mocha/bin/mocha ./test/*",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*"
},

@@ -9,0 +10,0 @@ "repository": {

6

README.md
# node-slugify
[![Build Status](https://travis-ci.org/10uei011/node-slugify.svg?branch=master)](https://travis-ci.org/10uei011/node-slugify)
[![Coverage Status](https://coveralls.io/repos/github/10uei011/node-slugify/badge.svg)](https://coveralls.io/github/10uei011/node-slugify)
A simple function which generates friendly url or slugs from string input.
## Installing
```
```bash
npm i --save node-slugify

@@ -10,0 +12,0 @@ ```

Sorry, the diff of this file is not supported yet

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