Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

camel-humps

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

src/index.js

19

package.json
{
"name": "camel-humps",
"version": "1.0.1",
"version": "1.0.2",
"description": "Allow accessing object with snake_case property names using camelCase names",
"main": "src/index.js",
"files": [
"lib"
"src"
],

@@ -12,3 +12,4 @@ "scripts": {

"test:coverage": "nyc npm test",
"lint": "eslint lib",
"lint": "eslint src",
"build": "webpack",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"

@@ -24,4 +25,6 @@ },

"snake",
"kebab",
"camel-case",
"snake-case"
"snake-case",
"kebab-case"
],

@@ -48,2 +51,6 @@ "author": "Kobi Carmeli",

"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-loader": "^8.0.5",
"chai": "^4.2.0",

@@ -57,4 +64,6 @@ "coveralls": "^3.0.3",

"mocha": "^6.1.4",
"nyc": "^14.0.0"
"nyc": "^14.0.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
}
}

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

# camelHumps
[![npm](https://img.shields.io/npm/v/camel-humps.svg)](https://www.npmjs.com/package/camel-humps)

@@ -10,2 +8,3 @@ [![Build Status](https://travis-ci.org/Zooz/camelHumps.svg?branch=master)](https://travis-ci.org/Zooz/camelHumps)

# camelHumps
Allow accessing object with snake_case property names using camelCase property names

@@ -38,2 +37,7 @@

## Install
```bash
npm i camel-humps
```
## API

@@ -40,0 +44,0 @@ ### camelHumps(obj, options)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc