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
64
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 5.0.1-alpha4 to 5.0.1-alpha5

27

package.json
{
"name": "@gquittet/graceful-server",
"version": "5.0.1-alpha4",
"version": "5.0.1-alpha5",
"description": "Tiny (~5k), dependency-free Node.JS library to make your API more graceful",

@@ -33,22 +33,7 @@ "license": "MIT",

"imports": {
"#config/*": [
"./src/config/*.js",
"./lib/src/config/*.js"
],
"#constants/*": [
"./src/constants/*.js",
"./lib/src/constants/*.js"
],
"#core/*": [
"./src/core/*.js",
"./lib/src/core/*.js"
],
"#interface/*": [
"./src/interface/*.js",
"./lib/src/interface/*.js"
],
"#util/*": [
"./src/util/*.js",
"./lib/src/util/*.js"
]
"#config/*": "./lib/src/config/*.js",
"#constants/*": "./lib/src/constants/*.js",
"#core/*": "./lib/src/core/*.js",
"#interface/*": "./lib/src/interface/*.js",
"#util/*": "./lib/src/util/*.js"
},

@@ -55,0 +40,0 @@ "optionalDependencies": {

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