Socket
Socket
Sign inDemoInstall

sentence-case

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sentence-case - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

sentence-case.d.ts

4

package.json
{
"name": "sentence-case",
"version": "1.1.2",
"version": "1.1.3",
"description": "Sentence case a string",
"main": "sentence-case.js",
"typings": "sentence-case.d.ts",
"files": [
"sentence-case.js",
"sentence-case.d.ts",
"vendor",

@@ -9,0 +11,0 @@ "LICENSE"

@@ -8,3 +8,3 @@ # Sentence Case

Sentence case a string. Optional locale and replacement character supported.
Transform a string to lower space cased. Optional locale and replacement character supported.

@@ -15,3 +15,3 @@ Supports Unicode (non-ASCII characters) and non-string entities, such as objects with a `toString` property, numbers and booleans. Empty values (`null` and `undefined`) will result in an empty string.

```bash
```
npm install sentence-case --save

@@ -36,2 +36,6 @@ ```

## Typings
Includes a [TypeScript definition](sentence-case.d.ts).
## License

@@ -38,0 +42,0 @@

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