@embedded-postgres/windows-x64
Advanced tools
Comparing version 12.17.1-beta.9 to 12.17.1-beta.10
@@ -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": "12.17.1-beta.9", | ||
"version": "12.17.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": "^12.17.1-beta.9", | ||
"@embedded-postgres/symlink-reader": "^12.17.1-beta.9" | ||
"@embedded-postgres/downloader": "^12.17.1-beta.10", | ||
"@embedded-postgres/symlink-reader": "^12.17.1-beta.10" | ||
}, | ||
@@ -34,3 +35,6 @@ "publishConfig": { | ||
], | ||
"gitHead": "4a62f3542626ef308fb4521c5e1253b644399c9b" | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"gitHead": "a84582c02c608e489a223284679900ede807f703" | ||
} |
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1,039 instances in 1 package
0
Yes
3691
5
40
1