New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

to-pascal-case

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

to-pascal-case - npm Package Compare versions

Comparing version

to
0.0.2

4

component.json

@@ -5,7 +5,7 @@ {

"license": "MIT",
"version": "0.0.1",
"version": "0.0.2",
"description": "Convert a string to pascal case.",
"keywords": ["pascal", "case", "pascalcase", "string"],
"dependencies": {
"ianstormtaylor/to-space-case": "0.1.1"
"ianstormtaylor/to-space-case": "0.1.2"
},

@@ -12,0 +12,0 @@ "development": {

@@ -0,3 +1,7 @@

0.0.2 - October 1, 2013
-----------------------
* updated `to-space-case`
0.0.1 - September 25, 2013
--------------------------
:sparkles:

@@ -5,8 +5,8 @@ {

"license": "MIT",
"version": "0.0.1",
"version": "0.0.2",
"description": "Convert a string to pascal case.",
"keywords": ["pascal", "case", "pascalcase", "string"],
"dependencies": {
"to-space-case": "0.1.1"
"to-space-case": "0.1.2"
}
}