Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "cozy-slug", | ||
"version": "0.0.1", | ||
"description": "Cozy Common provides some helpers to build Cozy application faster.", | ||
"main": "index.coffee", | ||
"description": "Slugify your strings", | ||
"keywords": [ | ||
"slug" | ||
], | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/mycozycloud/cozy-slug/blob/master/LICENSE" | ||
} | ||
], | ||
"version": "0.1.0", | ||
"homepage": "https://github.com/mycozycloud/cozy-slug/", | ||
"bugs": { | ||
"url": "https://github.com/mycozycloud/cozy-slug/issues" | ||
}, | ||
"author": "Cozy Cloud <contact@cozycloud.cc> (http://cozycloud.cc)", | ||
"contributors": [ | ||
], | ||
"engines": { | ||
"node": "*" | ||
}, | ||
"main": "./main.js", | ||
"dependencies": { | ||
}, | ||
"devDependencies": { | ||
"coffee-script": "*", | ||
"chai": "*", | ||
"mocha": "*" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"prepublish": "cake build", | ||
"test": "cake tests" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/mycozycloud/cozy-slug" | ||
"url": "git://github.com/mycozycloud/cozy-slug.git" | ||
}, | ||
"keywords": [ | ||
"cozy", | ||
"cloud", | ||
"slug" | ||
], | ||
"author": "cozy", | ||
"license": "see LICENSE", | ||
"readmeFilename": "README.md" | ||
"optionalDependencies": {} | ||
} |
@@ -1,13 +0,13 @@ | ||
# Description | ||
## About | ||
Cozy Common provides some helpers to build Cozy application faster. | ||
Slugify your strings | ||
# About Cozy | ||
var slugify = require('cozy-slug'); | ||
expect('hello-world').to.be.eql(slugify('Hello world')); | ||
Cozy is the personal | ||
server for everyone. It allows you to install your every day web applications | ||
easily on your server, a single place you control. This means you can manage | ||
efficiently your data while protecting your privacy without technical skills. | ||
More informations and hosting services on: | ||
http://cozycloud.cc | ||
## Install | ||
Add it to your package.json file or run in your project folder: | ||
npm install cozy-slug --save |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7885
7
0
1
1
3
2