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

costatus

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

costatus - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

cjs/client-error-responses.d.ts

68

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc