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

capitalize

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capitalize - npm Package Compare versions

Comparing version 0.4.3 to 0.5.0

index.js

48

package.json
{
"author": "robert kuzelj <robert@capitalize.org>",
"name": "capitalize",
"description": "capitalizes and decapitalizes a string",
"version": "0.4.3",
"homepage": "www.capitalize.org",
"repository":
{
"url": ""
},
"main": "main.js",
"engines":
{
"node": "~0.6.0"
},
"dependencies": {},
"devDependencies": {},
"bin" :
{
"cap" : "./bin/cap.js",
"ccap": "./bin/ccap.js",
"dcap": "./bin/dcap.js"
}
"name": "capitalize",
"version": "0.5.0",
"description": "capitalize the first letter of a string, or all words in a string",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"tape": "~2.4.0",
"markdown-code-blocks": "0.0.1"
},
"scripts": {
"test": "markdown-code-blocks -t javascript < README.md | node"
},
"repository": {
"type": "git",
"url": "git://github.com/grncdr/js-capitalize.git"
},
"bugs": {
"type": "git",
"url": "git://github.com/grncdr/js-capitalize/issues"
},
"homepage": "https://github.com/grncdr/js-capitalize",
"keywords": [
"capitalize"
],
"author": "Stephen Sugden <me@stephensugden.com>",
"license": "MIT"
}
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