Comparing version 0.0.0 to 1.0.0
{ | ||
"name": "costatus", | ||
"version": "0.0.0" | ||
"version": "1.0.0", | ||
"description": "HTTP response status codes", | ||
"author": "Mark <mark@remarkablemark.org>", | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"exports": { | ||
"import": "./esm/index.js", | ||
"require": "./cjs/index.js" | ||
}, | ||
"scripts": { | ||
"build": "npm run build:cjs && npm run build:esm", | ||
"build:cjs": "tsc", | ||
"build:esm": "tsc --module nodenext --outDir esm --target es6", | ||
"build:watch": "tsc --watch", | ||
"clean": "rm -rf cjs coverage docs esm", | ||
"docs": "typedoc", | ||
"docs:watch": "npm run docs -- --watch", | ||
"lint": "eslint --ignore-path .gitignore --ext .js,.mjs,.ts,.tsx .", | ||
"lint:fix": "npm run lint -- --fix", | ||
"lint:tsc": "tsc --noEmit", | ||
"_postinstall": "husky install", | ||
"postpublish": "pinst --enable", | ||
"prepublishOnly": "pinst --disable && npm run lint && npm run lint:tsc && npm run test:ci && npm run test:esm && npm run clean && npm run build", | ||
"test": "jest", | ||
"test:ci": "CI=true jest --ci --colors --coverage", | ||
"test:esm": "npm run build:esm && node --test __tests__", | ||
"test:watch": "jest --watch" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/corsmirror/costatus" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/corsmirror/costatus/issues" | ||
}, | ||
"keywords": [ | ||
"costatus", | ||
"http", | ||
"response", | ||
"status", | ||
"codes" | ||
], | ||
"devDependencies": { | ||
"@commitlint/cli": "17.6.6", | ||
"@commitlint/config-conventional": "17.6.6", | ||
"@types/jest": "29.5.3", | ||
"@types/node": "20.4.2", | ||
"@typescript-eslint/eslint-plugin": "6.0.0", | ||
"@typescript-eslint/parser": "6.0.0", | ||
"eslint": "8.45.0", | ||
"eslint-plugin-prettier": "5.0.0", | ||
"eslint-plugin-simple-import-sort": "10.0.0", | ||
"eslint-plugin-tsdoc": "0.2.17", | ||
"husky": "8.0.3", | ||
"jest": "29.6.1", | ||
"lint-staged": "13.2.3", | ||
"pinst": "3.0.0", | ||
"prettier": "3.0.0", | ||
"ts-jest": "29.1.1", | ||
"typedoc": "0.24.8", | ||
"typescript": "5.1.6" | ||
}, | ||
"files": [ | ||
"cjs/", | ||
"esm/" | ||
], | ||
"license": "MIT" | ||
} |
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
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
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
126632
51
0
3200
0
1
1
70
0
18