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

@embedded-postgres/windows-x64

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/windows-x64 - npm Package Compare versions

Comparing version 11.22.1-beta.9 to 11.22.1-beta.10

14

dist/index.js

@@ -1,10 +0,4 @@

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.postgres = exports.initdb = exports.pg_ctl = void 0;
const path_1 = __importDefault(require("path"));
exports.pg_ctl = path_1.default.resolve(__dirname, '..', 'native', 'bin', 'pg_ctl.exe');
exports.initdb = path_1.default.resolve(__dirname, '..', 'native', 'bin', 'initdb.exe');
exports.postgres = path_1.default.resolve(__dirname, '..', 'native', 'bin', 'postgres.exe');
import path from 'path';
export const pg_ctl = path.resolve(__dirname, '..', 'native', 'bin', 'pg_ctl.exe');
export const initdb = path.resolve(__dirname, '..', 'native', 'bin', 'initdb.exe');
export const postgres = path.resolve(__dirname, '..', 'native', 'bin', 'postgres.exe');
{
"name": "@embedded-postgres/windows-x64",
"version": "11.22.1-beta.9",
"version": "11.22.1-beta.10",
"description": "",
"main": "dist/index.js",
"exports": "./dist/index.js",
"type": "module",
"scripts": {

@@ -22,4 +23,4 @@ "start": "tsc -w",

"devDependencies": {
"@embedded-postgres/downloader": "^11.22.1-beta.9",
"@embedded-postgres/symlink-reader": "^11.22.1-beta.9"
"@embedded-postgres/downloader": "^11.22.1-beta.10",
"@embedded-postgres/symlink-reader": "^11.22.1-beta.10"
},

@@ -34,3 +35,6 @@ "publishConfig": {

],
"gitHead": "641bdb0e8ff6165bdf03bc5b69aa0fdbf7792eee"
"engines": {
"node": ">=16"
},
"gitHead": "f654f0f08219d094943259d733ab01df7e913074"
}

@@ -1,3 +0,3 @@

const fs = require('fs/promises');
const path = require('path');
import fs from 'fs/promises';
import path from 'path';

@@ -15,3 +15,4 @@ const symlinkFile = path.join(process.cwd(), 'native', 'pg-symlinks.json');

const symlinks = await fs.readFile(symlinkFile, { encoding: 'utf-8' })
.then(JSON.parse);
.then(JSON.parse)
.catch(() => ([]));

@@ -18,0 +19,0 @@ // Re-hydrate all of them

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