New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

embedded-postgres

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embedded-postgres - npm Package Compare versions

Comparing version 15.5.1-beta.10 to 15.5.1-beta.11

4

dist/index.js

@@ -114,3 +114,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

...this.options.initdbFlags,
], Object.assign({ stdio: 'inherit', shell: true }, permissionIds));
], Object.assign({ stdio: 'inherit' }, permissionIds));
process.on('exit', (code) => {

@@ -153,3 +153,3 @@ if (code === 0) {

...this.options.postgresFlags,
], Object.assign({ shell: true }, permissionIds));
], Object.assign({}, permissionIds));
// Connect to stderr, as that is where the messages get sent

@@ -156,0 +156,0 @@ (_a = this.process.stderr) === null || _a === void 0 ? void 0 : _a.on('data', (chunk) => {

{
"name": "embedded-postgres",
"version": "15.5.1-beta.10",
"version": "15.5.1-beta.11",
"description": "A package to run an embedded Postgresql database right from NodeJS",

@@ -23,3 +23,3 @@ "exports": "./dist/index.js",

"devDependencies": {
"@embedded-postgres/symlink-reader": "^15.5.1-beta.10",
"@embedded-postgres/symlink-reader": "^15.5.1-beta.11",
"@types/async-exit-hook": "^2.0.0",

@@ -32,10 +32,10 @@ "@types/pg": "^8.6.5",

"optionalDependencies": {
"@embedded-postgres/darwin-arm64": "^15.5.1-beta.10",
"@embedded-postgres/darwin-x64": "^15.5.1-beta.10",
"@embedded-postgres/linux-arm": "^15.5.1-beta.10",
"@embedded-postgres/linux-arm64": "^15.5.1-beta.10",
"@embedded-postgres/linux-ia32": "^15.5.1-beta.10",
"@embedded-postgres/linux-ppc64": "^15.5.1-beta.10",
"@embedded-postgres/linux-x64": "^15.5.1-beta.10",
"@embedded-postgres/windows-x64": "^15.5.1-beta.10"
"@embedded-postgres/darwin-arm64": "^15.5.1-beta.11",
"@embedded-postgres/darwin-x64": "^15.5.1-beta.11",
"@embedded-postgres/linux-arm": "^15.5.1-beta.11",
"@embedded-postgres/linux-arm64": "^15.5.1-beta.11",
"@embedded-postgres/linux-ia32": "^15.5.1-beta.11",
"@embedded-postgres/linux-ppc64": "^15.5.1-beta.11",
"@embedded-postgres/linux-x64": "^15.5.1-beta.11",
"@embedded-postgres/windows-x64": "^15.5.1-beta.11"
},

@@ -56,3 +56,3 @@ "dependencies": {

},
"gitHead": "ba6e88ad8b4921ad0a3b54da3b111e13a11c704f"
"gitHead": "fa1605a873b40f458ea2f195e21a428edf3031b9"
}
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