Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.0-beta.6 to 15.3.0-beta.7

4

dist/index.d.ts

@@ -27,3 +27,3 @@ import { Client } from 'pg';

*/
export default class EmbeddedPostgres {
declare class EmbeddedPostgres {
protected options: PostgresOptions;

@@ -69,2 +69,2 @@ private process?;

}
export {};
export = EmbeddedPostgres;

@@ -5,3 +5,2 @@ "use strict";

};
Object.defineProperty(exports, "__esModule", { value: true });
const child_process_1 = require("child_process");

@@ -183,3 +182,2 @@ const path_1 = __importDefault(require("path"));

}
exports.default = EmbeddedPostgres;
/**

@@ -200,1 +198,2 @@ * This script should be called when a Node script is exited, so that we can

(0, async_exit_hook_1.default)(gracefulShutdown);
module.exports = EmbeddedPostgres;
{
"name": "embedded-postgres",
"version": "15.2.0-beta.6",
"version": "15.3.0-beta.7",
"description": "A package to run an embedded Postgresql database right from NodeJS",

@@ -20,3 +20,3 @@ "main": "./dist/index.js",

"devDependencies": {
"@embedded-postgres/symlink-reader": "^15.2.0-beta.6",
"@embedded-postgres/symlink-reader": "^15.3.0-beta.7",
"@types/async-exit-hook": "^2.0.0",

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

"optionalDependencies": {
"@embedded-postgres/darwin-arm64": "^15.2.0-beta.6",
"@embedded-postgres/darwin-x64": "^15.2.0-beta.6",
"@embedded-postgres/linux-arm": "^15.2.0-beta.6",
"@embedded-postgres/linux-arm64": "^15.2.0-beta.6",
"@embedded-postgres/linux-ia32": "^15.2.0-beta.6",
"@embedded-postgres/linux-ppc64": "^15.2.0-beta.6",
"@embedded-postgres/linux-x64": "^15.2.0-beta.6",
"@embedded-postgres/windows-x64": "^15.2.0-beta.6"
"@embedded-postgres/darwin-arm64": "^15.3.0-beta.7",
"@embedded-postgres/darwin-x64": "^15.3.0-beta.7",
"@embedded-postgres/linux-arm": "^15.3.0-beta.7",
"@embedded-postgres/linux-arm64": "^15.3.0-beta.7",
"@embedded-postgres/linux-ia32": "^15.3.0-beta.7",
"@embedded-postgres/linux-ppc64": "^15.3.0-beta.7",
"@embedded-postgres/linux-x64": "^15.3.0-beta.7",
"@embedded-postgres/windows-x64": "^15.3.0-beta.7"
},

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

],
"gitHead": "293853bc6bce37f7bdfe101578ab3419a19b91d8"
"gitHead": "04ba7fc5fbe31873a29fce8a17964d6e2eced200"
}
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