Comparing version 3.0.1 to 3.0.2
{ | ||
"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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2775