🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

react-fast-hoc

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-fast-hoc - npm Package Compare versions

Comparing version

to
0.0.2

{
"name": "react-fast-hoc",
"license": "MIT",
"version": "0.0.0-alpha4",
"version": "0.0.2",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"repository": {

@@ -34,3 +37,2 @@ "type": "git",

"vitest": "^0.30.1",
"rimraf": "latest",
"eslint-config-custom": "0.0.0",

@@ -47,6 +49,8 @@ "tsconfig": "0.0.0"

"scripts": {
"test": "vitest",
"test:types": "tsc --noEmit --diagnostics",
"build": "nanobundle clean && nanobundle build --verbose"
"test": "vitest run",
"test:watch": "vitest watch",
"typecheck": "tsc --noEmit --diagnostics",
"lint": "pnpm typecheck",
"build": "nanobundle build --clean --verbose"
}
}