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 1.0.0 to 1.0.1

src/client-error-responses.ts

44

package.json
{
"name": "costatus",
"version": "1.0.0",
"version": "1.0.1",
"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"
},
"types": "cjs/index.d.ts",
"scripts": {
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc",
"build:esm": "tsc --module nodenext --outDir esm --target es6",
"build": "tsc",
"build:watch": "tsc --watch",
"clean": "rm -rf cjs coverage docs esm",
"clean": "rm -rf cjs coverage docs",
"docs": "typedoc",

@@ -28,3 +22,3 @@ "docs:watch": "npm run docs -- --watch",

"test:ci": "CI=true jest --ci --colors --coverage",
"test:esm": "npm run build:esm && node --test __tests__",
"test:esm": "npm run build && node --test __tests__",
"test:watch": "jest --watch"

@@ -47,26 +41,26 @@ },

"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",
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@types/jest": "29.5.6",
"@types/node": "20.8.9",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"eslint": "8.52.0",
"eslint-plugin-prettier": "5.0.1",
"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",
"jest": "29.7.0",
"lint-staged": "15.0.2",
"pinst": "3.0.0",
"prettier": "3.0.0",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"typedoc": "0.24.8",
"typescript": "5.1.6"
"typedoc": "0.25.2",
"typescript": "5.2.2"
},
"files": [
"cjs/",
"esm/"
"src/"
],
"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