New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jerridan/convert-keys

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jerridan/convert-keys - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0

CHANGELOG.md

8

package.json
{
"name": "@jerridan/convert-keys",
"version": "1.0.0-beta.1",
"description": "Convert key casing in nested JS objects and arrays ",
"version": "1.0.0",
"description": "A tool for converting object keys between camel case, snake case and kebab case.",
"main": "dist/index.js",

@@ -36,2 +36,3 @@ "types": "dist/index.d.ts",

"webpack": "5.89",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "5.1"

@@ -43,4 +44,5 @@ },

"test": "jest",
"check-types": "tsc --noEmit"
"check-types": "tsc --noEmit",
"analyze": "webpack --profile --json > stats.json && webpack-bundle-analyzer stats.json"
}
}
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