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

@types/capitalize

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/capitalize - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

10

capitalize/index.d.ts

@@ -13,8 +13,8 @@ // Type definitions for capitalize 1.0

declare namespace capitalize {
/**
* Capitalize each word in a string
* @param input the string to capitalize
*/
function words(input: string): string;
/**
* Capitalize each word in a string
* @param input the string to capitalize
*/
function words(input: string): string;
}
export = capitalize;
{
"name": "@types/capitalize",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript definitions for capitalize",

@@ -9,14 +9,17 @@ "license": "MIT",

"name": "Frederick Fogerty",
"url": "https://github.com/frederickfogerty"
"url": "https://github.com/frederickfogerty",
"githubUsername": "frederickfogerty"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/capitalize"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "8d7d7c98da22f586093b49a1c7586f153cef070b6b44f75faabe01467abac1dd",
"typeScriptVersion": "2.2"
"typesPublisherContentHash": "131e90290166ead382c270521098fb98908f4b402d833697dec1b2d86872f00b",
"typeScriptVersion": "3.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/capitalize
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/capitalize.
Additional Details
* Last updated: Mon, 21 Aug 2017 21:49:18 GMT
### Additional Details
* Last updated: Fri, 15 May 2020 04:08:54 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Frederick Fogerty <https://github.com/frederickfogerty>.
These definitions were written by [Frederick Fogerty](https://github.com/frederickfogerty).

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