change-case
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "change-case", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and others", | ||
@@ -75,13 +75,13 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"camel-case": "^4.0.0", | ||
"capital-case": "^1.0.0", | ||
"constant-case": "^3.0.0", | ||
"dot-case": "^3.0.0", | ||
"header-case": "^2.0.0", | ||
"no-case": "^3.0.0", | ||
"param-case": "^3.0.0", | ||
"pascal-case": "^3.0.0", | ||
"path-case": "^3.0.0", | ||
"sentence-case": "^3.0.0", | ||
"snake-case": "^3.0.0" | ||
"camel-case": "^4.0.1", | ||
"capital-case": "^1.0.1", | ||
"constant-case": "^3.0.1", | ||
"dot-case": "^3.0.1", | ||
"header-case": "^2.0.1", | ||
"no-case": "^3.0.1", | ||
"param-case": "^3.0.1", | ||
"pascal-case": "^3.0.1", | ||
"path-case": "^3.0.1", | ||
"sentence-case": "^3.0.1", | ||
"snake-case": "^3.0.1" | ||
}, | ||
@@ -100,3 +100,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "55911ca17c2e0c964b9b84143e14e29ffc9ff499" | ||
"gitHead": "a3df3a43bfd3d8e3386d0fb09b69454b91516d18" | ||
} |
@@ -33,3 +33,3 @@ # Change Case | ||
All methods available [independently](https://github.com/blakeembrey/change-case). | ||
Methods can also be installed [independently](https://github.com/blakeembrey/change-case). All functions also accept [`options`](https://github.com/blakeembrey/change-case#options) as the second argument. | ||
@@ -36,0 +36,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9167
0
Updatedcamel-case@^4.0.1
Updatedcapital-case@^1.0.1
Updatedconstant-case@^3.0.1
Updateddot-case@^3.0.1
Updatedheader-case@^2.0.1
Updatedno-case@^3.0.1
Updatedparam-case@^3.0.1
Updatedpascal-case@^3.0.1
Updatedpath-case@^3.0.1
Updatedsentence-case@^3.0.1
Updatedsnake-case@^3.0.1