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

cozy-slug

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cozy-slug - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.npmignore

46

package.json
{
"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

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