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

@x-oasis/capitalize

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@x-oasis/capitalize - npm Package Compare versions

Comparing version

to
0.0.6

dist/capitalize.cjs.development.js

11

package.json
{
"name": "@x-oasis/capitalize",
"version": "0.0.5",
"version": "0.0.6",
"description": "capitalize function",
"main": "index.ts",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/capitalize.esm.js",
"files": [

@@ -13,4 +15,7 @@ "dist",

"license": "ISC",
"devDependencies": {
"tsdx": "^0.14.1"
},
"scripts": {
"build": "pnpm run clean && pnpm run compile",
"build": "tsdx build --tsconfig tsconfig.build.json",
"clean": "rimraf ./dist",

@@ -17,0 +22,0 @@ "test": "vitest",