Socket
Socket
Sign inDemoInstall

@connectrpc/connect-fastify

Package Overview
Dependencies
Maintainers
7
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connectrpc/connect-fastify - npm Package Compare versions

Comparing version 1.4.0-rc1 to 1.4.0

14

package.json
{
"name": "@connectrpc/connect-fastify",
"version": "1.4.0-rc1",
"version": "1.4.0",
"license": "Apache-2.0",

@@ -12,6 +12,5 @@ "repository": {

"clean": "rm -rf ./dist/*",
"build": "npm run build:cjs && npm run build:esm && npm run build:proxy",
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc --project tsconfig.json --module commonjs --outDir ./dist/cjs --declaration --declarationDir ./dist/cjs && echo >./dist/cjs/package.json '{\"type\":\"commonjs\"}'",
"build:esm": "tsc --project tsconfig.json --module ES2015 --verbatimModuleSyntax --outDir ./dist/esm --declaration --declarationDir ./dist/esm",
"build:proxy": "node ../../scripts/gen-esm-proxy.mjs .",
"attw": "attw --pack"

@@ -24,7 +23,2 @@ },

".": {
"node": {
"import": "./dist/proxy/index.js",
"require": "./dist/cjs/index.js"
},
"module": "./dist/esm/index.js",
"import": "./dist/esm/index.js",

@@ -40,4 +34,4 @@ "require": "./dist/cjs/index.js"

"fastify": "^4.22.1",
"@connectrpc/connect": "1.4.0-rc1",
"@connectrpc/connect-node": "1.4.0-rc1"
"@connectrpc/connect": "1.4.0",
"@connectrpc/connect-node": "1.4.0"
},

@@ -44,0 +38,0 @@ "files": [

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