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

case-police

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

case-police - npm Package Compare versions

Comparing version

to
0.7.0

dist/cli.d.cts

2

dict/brands.json

@@ -7,2 +7,3 @@ {

"circleci": "CircleCI",
"cloudflare": "Cloudflare",
"freecodecamp": "freeCodeCamp",

@@ -28,4 +29,5 @@ "gitea": "Gitea",

"stackoverflow": "Stack Overflow",
"unjs": "UnJS",
"v2ex": "V2EX",
"youtube": "YouTube"
}

@@ -11,2 +11,3 @@ {

"faas": "FaaS",
"iac": "IaC",
"iaas": "IaaS",

@@ -13,0 +14,0 @@ "ioc": "IoC",

3

dict/products.json

@@ -13,3 +13,4 @@ {

"macbook air": "MacBook Air",
"macbook pro": "MacBook Pro"
"macbook pro": "MacBook Pro",
"yubikey": "YubiKey"
}

@@ -36,2 +36,3 @@ {

"clickhouse": "ClickHouse",
"cloudfront": "CloudFront",
"cmake": "CMake",

@@ -203,2 +204,3 @@ "cockroachdb": "CockroachDB",

"powershell": "PowerShell",
"premid": "PreMiD",
"primevue": "PrimeVue",

@@ -253,2 +255,3 @@ "protobuf": "Protobuf",

"trpc": "tRPC",
"tsconfig": "TSConfig",
"tsdoc": "TSDoc",

@@ -255,0 +258,0 @@ "tsdx": "TSdx",

export { }
export { }

@@ -14,2 +14,2 @@ type Presets = 'softwares' | 'products' | 'general' | 'brands' | 'abbreviates';

export { DICT_FOLDER, DISABLE_KEY, IGNORE_KEY, IGNORE_REGEX, Presets, UTF8_RANGE, buildRegex, loadAllPresets, loadDictPresets, replace, replaceCore, resolvePreset };
export { DICT_FOLDER, DISABLE_KEY, IGNORE_KEY, IGNORE_REGEX, type Presets, UTF8_RANGE, buildRegex, loadAllPresets, loadDictPresets, replace, replaceCore, resolvePreset };
{
"name": "case-police",
"type": "module",
"version": "0.6.1",
"packageManager": "pnpm@8.4.0",
"version": "0.7.0",
"description": "Make the case correct, PLEASE!",

@@ -23,9 +22,9 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./cli": {
"types": "./dist/cli.d.ts",
"require": "./dist/cli.cjs",
"import": "./dist/cli.mjs"
"import": "./dist/cli.mjs",
"require": "./dist/cli.cjs"
},

@@ -41,5 +40,5 @@ "./*": "./*"

"files": [
"dist",
"bin",
"dict"
"dict",
"dist"
],

@@ -46,0 +45,0 @@ "scripts": {

@@ -7,6 +7,6 @@ # 🚨 CasePolice

- Git**H**ub, not *Github*
- Type**S**cript, not *Typescript*
- **m**acOS, not *MacOS*
- **VS C**ode, not *Vscode*
- Git**H**ub, not _Github_
- Type**S**cript, not _Typescript_
- **m**acOS, not _MacOS_
- **VS C**ode, not _Vscode_
- ...

@@ -19,2 +19,1 @@

[Read full documentation](https://github.com/antfu/case-police#readme).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet