to-title-case
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -5,5 +5,10 @@ { | ||
"license": "MIT", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Convert a string to a title case.", | ||
"keywords": ["title", "case", "titlecase", "string"], | ||
"keywords": [ | ||
"title", | ||
"case", | ||
"titlecase", | ||
"string" | ||
], | ||
"dependencies": { | ||
@@ -18,3 +23,5 @@ "component/escape-regexp": "1.0.2", | ||
}, | ||
"scripts": ["index.js"] | ||
} | ||
"scripts": [ | ||
"index.js" | ||
] | ||
} |
@@ -0,1 +1,6 @@ | ||
0.1.3 - February 11, 2013 | ||
------------------------- | ||
* upgraded `map` | ||
0.1.2 - October 6, 2013 | ||
@@ -2,0 +7,0 @@ ----------------------- |
@@ -5,8 +5,13 @@ { | ||
"license": "MIT", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Convert a string to title case.", | ||
"keywords": ["title", "case", "titlecase", "string"], | ||
"keywords": [ | ||
"title", | ||
"case", | ||
"titlecase", | ||
"string" | ||
], | ||
"dependencies": { | ||
"escape-regexp-component": "1.0.2", | ||
"map": "ianstormtaylor/map#0.1.0", | ||
"map": "ianstormtaylor/map#0.1.1", | ||
"title-case-minors": "0.0.2", | ||
@@ -13,0 +18,0 @@ "to-capital-case": "0.1.1" |
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
119249
4641
Updatedmap@ianstormtaylor/map#0.1.1