Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gquittet/graceful-server

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gquittet/graceful-server - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

51

package.json

@@ -15,3 +15,3 @@ {

},
"version": "2.4.0",
"version": "2.4.1",
"main": "./lib/index.js",

@@ -24,4 +24,6 @@ "scripts": {

"clean": "rimraf lib/",
"precommit": "lint-staged",
"_postinstall": "husky install",
"lint": "eslint src/**/*.ts",
"prepare": "husky install",
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable && npm run preversion",

@@ -33,47 +35,44 @@ "test": "NODE_ENV=test jest",

"type-check:watch": "npm run type-check -- --watch",
"preversion": "npm run clean && npm run lint && npm run test:lint && npm run test && npm run build",
"_postinstall": "husky install",
"postpublish": "pinst --enable"
"preversion": "npm run clean && npm run lint && npm run test:lint && npm run test && npm run build"
},
"types": "./lib/types/index.d.ts",
"devDependencies": {
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/cli": "7.13.16",
"@babel/core": "7.14.0",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
"@babel/preset-env": "7.13.10",
"@babel/preset-env": "7.14.1",
"@babel/preset-typescript": "7.13.0",
"@types/express": "4.17.11",
"@types/jest": "26.0.20",
"@types/node": "14.14.35",
"@typescript-eslint/eslint-plugin": "4.18.0",
"@typescript-eslint/parser": "4.18.0",
"@types/jest": "26.0.23",
"@types/node": "14.14.43",
"@typescript-eslint/eslint-plugin": "4.22.1",
"@typescript-eslint/parser": "4.22.1",
"add-module-exports-webpack-plugin": "2.0.0",
"babel-loader": "8.2.2",
"babel-plugin-module-resolver": "4.1.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint": "7.25.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard": "16.0.2",
"eslint-import-resolver-babel-module": "5.2.0",
"eslint-import-resolver-babel-module": "5.3.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-module-resolver": "1.2.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-promise": "5.1.0",
"esm": "3.2.25",
"fork-ts-checker-webpack-plugin": "6.1.1",
"husky": "^5.1.3",
"fork-ts-checker-webpack-plugin": "6.2.6",
"husky": "6.0.0",
"jest": "26.6.3",
"lint-staged": "10.5.4",
"pinst": "^2.1.6",
"pinst": "2.1.6",
"prettier": "2.2.1",
"prettier-package-json": "2.1.3",
"pretty-quick": "3.1.0",
"rimraf": "3.0.2",
"ts-jest": "26.5.3",
"ts-jest": "26.5.5",
"ts-node": "9.1.1",
"ttypescript": "1.5.12",
"typescript": "4.2.3",
"typescript": "4.2.4",
"typescript-transform-paths": "2.2.3",
"webpack": "5.26.0",
"webpack-cli": "4.5.0"
"webpack": "5.36.2",
"webpack-cli": "4.6.0"
},

@@ -150,3 +149,5 @@ "keywords": [

"git add"
]
],
"*.ts": "eslint --cache --fix",
"*.{ts,md}": "prettier --write"
},

@@ -153,0 +154,0 @@ "prettier": {

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