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

swap-case

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swap-case - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

49

package.json
{
"name": "swap-case",
"version": "3.0.1",
"version": "3.0.2",
"description": "Transform a string by swapping every character from upper to lower case, or lower to upper case",
"type": "module",
"files": [
"dist/"
],
"exports": {
".": "./dist/index.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": [

@@ -33,2 +14,11 @@ "swap",

],
"homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/swap-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": {

@@ -39,7 +29,18 @@ "name": "Blake Embrey",

},
"license": "MIT",
"bugs": {
"url": "https://github.com/blakeembrey/change-case/issues"
"type": "module",
"exports": {
".": "./dist/index.js"
},
"homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/swap-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": {

@@ -46,0 +47,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