Socket
Socket
Sign inDemoInstall

humps

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

humps - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

bower.json
{
"name": "humps",
"main": "humps.js",
"version": "2.2.0",
"version": "2.0.1",
"homepage": "https://github.com/domchristie/humps",

@@ -6,0 +6,0 @@ "authors": [

@@ -31,3 +31,3 @@ // =========

for(var key in obj) {
if(obj.hasOwnProperty(key)) {
if(Object.prototype.hasOwnProperty.call(obj, key)) {
output[convert(key, options)] = _processKeys(convert, obj[key], options);

@@ -34,0 +34,0 @@ }

{
"name": "humps",
"version": "2.0.0",
"version": "2.0.1",
"description": "Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.",

@@ -5,0 +5,0 @@ "main": "humps.js",

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