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

@studiohyperdrive/express-status

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studiohyperdrive/express-status - npm Package Compare versions

Comparing version 1.1.0 to 2.0.1

dist/controllers/express-status.controller.d.ts

98

package.json
{
"name": "@studiohyperdrive/express-status",
"version": "1.1.0",
"version": "2.0.1",
"description": "Express status-page solution used at Studio Hyperdrive",
"main": "lib/umd/index.js",
"esm": "lib/esm/index.js",
"es2015": "lib/es2015/index.js",
"cjs": "lib/cjs/index.js",
"types": "lib/types/index.d.ts",
"main": "dist/index.js",
"esm": "dist/index.mjs",
"cjs": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"lib/*"
"dist/*"
],
"scripts": {
"lint": "eslint -c .eslintrc.js --ext .ts,.js src/ --quiet",
"test": "NODE_ENV=test jest --config jest.config.js --runInBand",
"prebuild": "rimraf lib/**/* && mkdirp lib/umd && mkdirp lib/esm && mkdirp lib/types",
"build": "run-s build:es2015 build:esm build:cjs build:umd build:umd:min build:types",
"build:es2015": "tsc --p tsconfig.lib.json --module es2015 --target es2015 --outDir lib/es2015",
"build:esm": "tsc --p tsconfig.lib.json --module es2015 --target es5 --outDir lib/esm",
"build:cjs": "tsc --p tsconfig.lib.json --module commonjs --target es5 --outDir lib/cjs",
"build:umd": "rollup lib/esm/index.js --format umd --name express-status --sourcemap --file lib/umd/index.js --globals tslib:tslib",
"build:umd:min": "cd lib/umd && uglifyjs --compress --mangle --source-map --screw-ie8 --comments --output index.min.js -- index.js && gzip index.min.js -c > index.min.js.gz",
"build:types": "cpx \"lib/esm/**/*.d.ts\" \"lib/types\"",
"types": "tsc --emitDeclarationOnly",
"prepare": "npm run build && cd lib"
"prepare": "husky",
"lint": "npx eslint -c eslint.config.mjs ./src",
"test": "cross-env NODE_ENV=test jest --config jest.config.js --runInBand",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "ssh://git@gitlab.com:studiohyperdrive/projects/intern/express-status.git"
"url": "git+ssh://git@gitlab.com/studiohyperdrive/projects/intern/express-status.git"
},

@@ -43,44 +34,37 @@ "keywords": [

"@studiohyperdrive/env": "1.0.2",
"express": "4.17.1",
"express": "4.21.0",
"http-status-codes": "1.4.0",
"swagger-express-ts": "1.0.1"
"swagger-express-ts": "1.0.0"
},
"devDependencies": {
"@studiohyperdrive/commitlint-config": "1.0.0",
"@types/express": "4.17.2",
"@types/hapi__joi": "16.0.12",
"@types/jest": "25.1.3",
"@types/ramda": "0.26.41",
"@types/supertest": "2.0.8",
"@typescript-eslint/eslint-plugin": "2.21.0",
"@typescript-eslint/parser": "2.21.0",
"commitlint": "8.3.5",
"cpx": "1.5.0",
"eslint": "6.8.0",
"eslint-config-airbnb-typescript": "7.0.0",
"eslint-import-resolver-typescript": "2.0.0",
"eslint-plugin-compat": "3.5.1",
"eslint-plugin-eslint-comments": "3.1.2",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jest": "23.8.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-protractor": "2.1.1",
"eslint-plugin-unicorn": "16.1.1",
"husky": "4.2.3",
"jest": "25.1.0",
"jest-config": "25.1.0",
"jest-extended": "0.11.5",
"jest-module-name-mapper": "0.1.2",
"lint-staged": "10.0.7",
"mkdirp": "1.0.3",
"@babel/preset-typescript": "7.24.7",
"@eslint/js": "9.11.0",
"@types/eslint__js": "8.42.3",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/ramda": "0.30.2",
"@types/supertest": "6.0.2",
"cross-env": "7.0.3",
"eslint": "9.11.0",
"husky": "9.1.6 ",
"jest": "29.7.0",
"jest-config": "29.7.0",
"jest-extended": "4.0.2",
"jest-module-name-mapper": "0.1.5",
"lint-staged": "15.2.10",
"mkdirp": "3.0.1",
"npm-run-all": "4.1.5",
"ramda": "0.27.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rollup": "1.31.1",
"supertest": "4.0.2",
"ts-jest": "25.2.1",
"typescript": "3.8.2",
"uglify-js": "3.8.0"
"prettier": "3.3.3",
"ramda": "0.30.1",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rollup": "4.22.4",
"supertest": "7.0.0",
"ts-jest": "29.2.5",
"tslib": "2.7.0",
"typescript": "5.6.2",
"typescript-eslint": "8.6.0",
"vite": "5.4.7",
"vite-plugin-dts": "4.2.1"
}
}

@@ -0,0 +0,0 @@ # Express Status

Sorry, the diff of this file is not supported yet

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