Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

snakecase-keys

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snakecase-keys - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

index.js
'use strict'
const map = require('map-obj')
const snakeCase = require('to-snake-case')
const { snakeCase } = require('snake-case')

@@ -6,0 +6,0 @@ module.exports = function (obj, options) {

{
"name": "snakecase-keys",
"main": "index.js",
"version": "4.0.1",
"version": "4.0.2",
"description": "Convert an object's keys to snake case",

@@ -26,3 +26,3 @@ "license": "MIT",

"tape": "^5.0.1",
"tsd": "^0.12.1"
"tsd": "^0.14.0"
},

@@ -35,3 +35,3 @@ "files": [

"map-obj": "^4.1.0",
"to-snake-case": "^1.0.0"
"snake-case": "^3.0.4"
},

@@ -38,0 +38,0 @@ "engines": {

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