node-slugify
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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": { |
# node-slugify | ||
[](https://travis-ci.org/10uei011/node-slugify) | ||
[](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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9518
7
32
1