🚀 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.0-alpha3

{
"name": "react-fast-hoc",
"license": "MIT",
"version": "0.0.0-alpha2",
"version": "0.0.0-alpha3",
"sideEffects": false,

@@ -34,7 +34,9 @@ "repository": {

"vitest": "^0.30.1",
"tsconfig": "0.0.0",
"eslint-config-custom": "0.0.0"
"rimraf": "latest",
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0"
},
"peerDependencies": {
"hotscript": "^1.0.11"
"hotscript": "^1.0.11",
"react": ">=17"
},

@@ -47,4 +49,4 @@ "dependencies": {

"test:types": "tsc --noEmit --diagnostics",
"build": "nanobundle build"
"build": "nanobundle clean && nanobundle build --verbose"
}
}
{
"extends": "tsconfig/react-library.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
"exclude": ["dist", "lib", "build", "node_modules"]
}

Sorry, the diff of this file is too big to display

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