Socket
Socket
Sign inDemoInstall

match-casing

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

match-casing - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

18

package.json
{
"name": "match-casing",
"version": "1.0.2",
"version": "1.0.3",
"description": "Match the case of `value` to that of `base`",

@@ -14,2 +14,6 @@ "license": "MIT",

"bugs": "https://github.com/wooorm/match-casing/issues",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",

@@ -25,9 +29,9 @@ "contributors": [

"browserify": "^16.0.0",
"nyc": "^14.0.0",
"prettier": "^1.12.1",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"nyc": "^15.0.0",
"prettier": "^1.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"tinyify": "^2.5.0",
"xo": "^0.24.0"
"tinyify": "^2.0.0",
"xo": "^0.25.0"
},

@@ -34,0 +38,0 @@ "scripts": {

@@ -10,11 +10,11 @@ # match-casing

## Installation
## Install
[npm][npm-install]:
[npm][]:
```bash
```sh
npm install match-casing
```
## Usage
## Use

@@ -58,4 +58,4 @@ ```js

The third case, where `value` takes on a capitalised, deals with
initial non-alphabetical characters as expected.
The third case, where `value` takes on a capitalized, deals with initial
non-alphabetical characters as expected.

@@ -84,3 +84,3 @@ ## License

[npm-install]: https://docs.npmjs.com/cli/install
[npm]: https://docs.npmjs.com/cli/install

@@ -87,0 +87,0 @@ [license]: license

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