Socket
Socket
Sign inDemoInstall

change-case

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

change-case - npm Package Compare versions

Comparing version 5.1.1 to 5.1.2

63

package.json
{
"name": "change-case",
"version": "5.1.1",
"version": "5.1.2",
"description": "Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others",
"type": "module",
"files": [
"dist/"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./keys": {
"types": "./dist/keys.d.ts",
"import": "./dist/keys.js"
}
},
"scripts": {
"format": "ts-scripts format",
"specs": "ts-scripts specs",
"test": "ts-scripts test",
"build": "ts-scripts build",
"bench": "vitest bench",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/change-case.git"
},
"keywords": [

@@ -42,2 +16,11 @@ "change",

],
"homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/change-case#readme",
"bugs": {
"url": "https://github.com/blakeembrey/change-case/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/change-case.git"
},
"license": "MIT",
"author": {

@@ -48,7 +31,25 @@ "name": "Blake Embrey",

},
"license": "MIT",
"bugs": {
"url": "https://github.com/blakeembrey/change-case/issues"
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./keys": {
"types": "./dist/keys.d.ts",
"import": "./dist/keys.js"
}
},
"homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/change-case#readme",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"bench": "vitest bench",
"build": "ts-scripts build",
"format": "ts-scripts format",
"prepublishOnly": "npm run build",
"specs": "ts-scripts specs",
"test": "ts-scripts test"
},
"publishConfig": {

@@ -55,0 +56,0 @@ "access": "public"

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