reduce-configs
Advanced tools
Comparing version 0.0.0 to 1.0.0
{ | ||
"name": "reduce-configs", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"author": "", | ||
"license": "MIT" | ||
"name": "reduce-configs", | ||
"version": "1.0.0", | ||
"repository": "https://github.com/rspack-contrib/reduce-configs", | ||
"license": "MIT", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"lint": "biome check .", | ||
"lint:write": "biome check . --write", | ||
"prepare": "simple-git-hooks && npm run build", | ||
"test": "node ./test/index.js" | ||
}, | ||
"simple-git-hooks": { | ||
"pre-commit": "npx nano-staged" | ||
}, | ||
"nano-staged": { | ||
"*.{js,jsx,ts,tsx,mjs,cjs}": [ | ||
"biome check --write --no-errors-on-unmatched" | ||
] | ||
}, | ||
"dependencies": { | ||
"browserslist": "^4.23.1" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.8.3", | ||
"@types/node": "^20.14.1", | ||
"nano-staged": "^0.8.0", | ||
"simple-git-hooks": "^2.11.1", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.5.2" | ||
}, | ||
"packageManager": "pnpm@9.2.0", | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
17443
7
314
1
0
135
Yes
1
6
+ Addedbrowserslist@^4.23.1
+ Addedbrowserslist@4.24.4(transitive)
+ Addedcaniuse-lite@1.0.30001692(transitive)
+ Addedelectron-to-chromium@1.5.83(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addednode-releases@2.0.19(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedupdate-browserslist-db@1.1.2(transitive)