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

@sapphire/plugin-api

Package Overview
Dependencies
Maintainers
3
Versions
810
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sapphire/plugin-api - npm Package Compare versions

Comparing version 3.0.0-next.1fbe876.0 to 3.0.0-next.1fe55980.0

11

package.json
{
"name": "@sapphire/plugin-api",
"version": "3.0.0-next.1fbe876.0",
"version": "3.0.0-next.1fe55980.0",
"description": "Plugin for @sapphire/framework to expose a REST API",

@@ -30,4 +30,3 @@ "author": "@sapphire",

"lint": "eslint src tests --ext ts --fix",
"build": "tsc -b src",
"postbuild": "run-p esm:**",
"build": "tsc -b src && yarn esm:register && yarn esm:default",
"esm:register": "gen-esm-wrapper dist/register.js dist/register.mjs",

@@ -56,4 +55,4 @@ "esm:default": "gen-esm-wrapper dist/index.js dist/index.mjs",

"engines": {
"node": ">=14",
"npm": ">=6"
"node": ">=v14.18.0",
"npm": ">=7.24.1"
},

@@ -76,3 +75,3 @@ "keywords": [

},
"gitHead": "1fbe8760b7af7f0ac502eebb053f7665210e69c4"
"gitHead": "1fe55980434b19bb024773a1878366320fa96004"
}
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