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

@embracesql/express

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@embracesql/express - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

9

package.json
{
"name": "@embracesql/express",
"version": "0.0.2",
"version": "0.0.3",
"description": "Serves EmbraceSQL via a reusable express application.",

@@ -8,3 +8,2 @@ "type": "module",

"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"check": "tsc --noEmit"

@@ -15,7 +14,7 @@ },

"dependencies": {
"@embracesql/postgres": "^0.0.2",
"@embracesql/shared": "^0.0.2",
"@embracesql/postgres": "^0.0.3",
"@embracesql/shared": "^0.0.3",
"express": "^4.0.0"
},
"gitHead": "ae6361bd48bb27798c635cdb30e0990d5c90960c"
"gitHead": "ce8c43da83ab6e340d337431a8d18e652a127cbd"
}
{
"extends": "@embracesql/shared/tsconfig/tsconfig.json",
"include": ["./src/", "./test/"]
"include": ["./src/", "./test/", "../test/test/express.test.ts"]
}
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