@cld-apis/utils
Advanced tools
Comparing version 0.1.5 to 0.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.2.0](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/utils@0.1.5...@cld-apis/utils@0.2.0) (2022-01-18) | ||
### Features | ||
* replaced lodash.snakecase with snake-case [#24](https://github.com/mayashavin/cloudinary-api/issues/24) ([5af2b05](https://github.com/mayashavin/cloudinary-api/commit/5af2b05e5af300c9b26b7f8e93c984d5735bcb7a)) | ||
## [0.1.5](https://github.com/mayashavin/cloudinary-api/compare/@cld-apis/utils@0.1.4...@cld-apis/utils@0.1.5) (2022-01-18) | ||
@@ -8,0 +19,0 @@ |
@@ -8,3 +8,3 @@ "use strict"; | ||
var formatted = {}; | ||
var snakeCase = require('lodash.snakecase'); | ||
var snakeCase = require("snake-case").snakeCase; | ||
for (var key in options) { | ||
@@ -11,0 +11,0 @@ var value = options[key]; |
@@ -5,3 +5,3 @@ export var toSnakeCase = function (options) { | ||
var formatted = {}; | ||
var snakeCase = require('lodash.snakecase'); | ||
var snakeCase = require("snake-case").snakeCase; | ||
for (var key in options) { | ||
@@ -8,0 +8,0 @@ var value = options[key]; |
{ | ||
"name": "@cld-apis/utils", | ||
"version": "0.1.5", | ||
"version": "0.2.0", | ||
"description": "Cloudinary constants and helpers for transformations", | ||
@@ -63,5 +63,5 @@ "author": "Maya Shavin <maya@cloudinary.com>", | ||
"dependencies": { | ||
"lodash.snakecase": "^4.1.1" | ||
"snake-case": "^3.0.4" | ||
}, | ||
"gitHead": "f971cf36603f8a9fa1b3854094b2fd735f65f595" | ||
"gitHead": "20ec2d90ededb0356d248869fdd66b7e86a8d0b3" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
54467
64
0
+ Addedsnake-case@^3.0.4
+ Addeddot-case@3.0.4(transitive)
+ Addedlower-case@2.0.2(transitive)
+ Addedno-case@3.0.4(transitive)
+ Addedsnake-case@3.0.4(transitive)
+ Addedtslib@2.8.1(transitive)
- Removedlodash.snakecase@^4.1.1
- Removedlodash.snakecase@4.1.1(transitive)