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 1.2.7 to 1.2.8

lib/types/config/index.d.ts

10

package.json

@@ -30,3 +30,3 @@ {

"license": "MIT",
"version": "1.2.7",
"version": "1.2.8",
"main": "./lib/index.js",

@@ -36,11 +36,13 @@ "types": "./lib/types/index.d.ts",

"clean": "rimraf lib/",
"type-check": "ttsc --noEmit",
"type-check": "ttsc -p tsconfig.prod.json --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"build": "npm run build:types && npm run bundle",
"build:types": "ttsc --emitDeclarationOnly",
"build:types": "ttsc -p tsconfig.prod.json --emitDeclarationOnly",
"bundle": "webpack",
"lint": "eslint src/**/*.ts",
"test": "NODE_ENV=test jest",
"test:lint": "eslint __tests__/**/*.ts",
"test:coverage": "NODE_ENV=test jest --coverage",
"prepublishOnly": "npm run clean && npm run lint && npm run build"
"preversion": "npm run clean && npm run lint && npm run test:lint && npm run test && npm run build",
"prepublishOnly": "npm run preversion"
},

@@ -47,0 +49,0 @@ "dependencies": {},

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