Socket
Socket
Sign inDemoInstall

change-case

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

change-case - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

change-case.d.ts

7

package.json
{
"name": "change-case",
"version": "2.3.0",
"version": "2.3.1",
"description": "Convert a string between camelCase, PascalCase, Title Case, snake_case and more.",
"main": "change-case.js",
"typings": "change-case.d.ts",
"files": [
"change-case.js",
"change-case.d.ts",
"LICENSE"

@@ -40,3 +42,4 @@ ],

"mocha": "^2.2.1",
"pre-commit": "^1.0.6"
"pre-commit": "^1.0.6",
"standard": "^3.3.0"
},

@@ -43,0 +46,0 @@ "dependencies": {

@@ -272,5 +272,11 @@ # Change Case

## Typings
Includes a [TypeScript definition](change-case.d.ts).
## Related
Also available on [Meteor](https://github.com/Konecty/change-case)!
* [Meteor](https://github.com/Konecty/change-case)
* [Atom](https://github.com/robhurring/atom-change-case)
* [VSCode](https://github.com/wmaurer/vscode-change-case)

@@ -277,0 +283,0 @@ ## 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