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 5.0.1-alpha1 to 5.0.1-alpha2

39

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

@@ -17,13 +17,13 @@ "license": "MIT",

"type": "module",
"main": "./lib/index.cjs",
"types": "./lib/index.d.cts",
"main": "./lib/src/index.cjs",
"types": "./lib/src/index.d.cts",
"exports": {
".": {
"import": {
"default": "./lib/index.js",
"types": "./lib/index.d.ts"
"default": "./lib/src/index.js",
"types": "./lib/src/index.d.ts"
},
"require": {
"default": "./lib/index.cjs",
"types": "./lib/index.d.cts"
"default": "./lib/src/index.cjs",
"types": "./lib/src/index.d.cts"
}

@@ -34,7 +34,22 @@ },

"imports": {
"#config/*": "./src/config/*.js",
"#constants/*": "./src/constants/*.js",
"#core/*": "./src/core/*.js",
"#interface/*": "./src/interface/*.js",
"#util/*": "./src/util/*.js"
"#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"
]
},

@@ -41,0 +56,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