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 5.0.0 to 5.0.1

12

package.json
{
"name": "change-case",
"version": "5.0.0",
"version": "5.0.1",
"description": "Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others",

@@ -10,4 +10,10 @@ "type": "module",

"exports": {
".": "./dist/index.js",
"./keys": "./dist/keys.js"
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./keys": {
"types": "./dist/keys.d.ts",
"import": "./dist/keys.js"
}
},

@@ -14,0 +20,0 @@ "scripts": {

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