🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@oliasoft-open-source/node-postgresql-migrator

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oliasoft-open-source/node-postgresql-migrator - npm Package Compare versions

Comparing version
3.0.1-beta-1
to
3.1.0-beta-1
+1
-1
dist/README.md

@@ -173,3 +173,3 @@ # Node PostgreSQL Migrator

- coding style (ESLint and prettier) is mandatory (applied via pre-commit hook)
- coding style (OxLint and prettier) is mandatory (applied via pre-commit hook)
- to run a development instance:

@@ -176,0 +176,0 @@ - `npx babel-node --presets @babel/env src/migrator.js --db=postgres://username:password@host:port/db --dir=./test/__testdata__/migrations`

{
"name": "@oliasoft-open-source/node-postgresql-migrator",
"version": "3.0.1-beta-1",
"version": "3.1.0-beta-1",
"description": "A Node.js utility for PostgreSQL database migrations",

@@ -35,17 +35,5 @@ "homepage": "https://oliasoft-open-source.gitlab.io/node-postgresql-migrator",

"type": "module",
"scripts": {
"build": "pkgroll --clean-dist && cp ./LICENSE ./dist && cp ./README.md ./dist",
"types:check": "tsc",
"lint:check": "npx eslint '**/*.{js,ts,json}'",
"lint:fix": "npx eslint --fix '**/*.{js,ts,json}'",
"prepare": "husky",
"prettier:check": "prettier --check '**/*.{js,ts,json}'",
"prettier:fix": "prettier --write '**/*.{js,ts,json}'",
"test": "yarn test:unit",
"test:unit": "tsx --test --experimental-test-coverage \"src/**/*.test.ts\"",
"test:integration": "node ./dist/cli.js --help && tsx --test \"integration-tests/**/*.test.ts\""
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{js,ts,json}": [
"**/*.{ts,js,json}": [
"oxlint --fix",
"prettier --write"

@@ -56,29 +44,37 @@ ]

"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.9",
"@types/yargs": "^17.0.33",
"chalk": "^5.4.1",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.1.0",
"glob": "^11.0.1",
"globals": "^16.0.0",
"@prettier/plugin-oxc": "^0.1.3",
"@types/node": "^25.3.0",
"@types/yargs": "^17.0.35",
"chalk": "^5.6.2",
"es-toolkit": "^1.44.0",
"glob": "^13.0.6",
"globals": "^17.3.0",
"husky": "^9.1.7",
"immer": "^10.1.1",
"lint-staged": "^15.4.3",
"lodash-es": "^4.17.21",
"pg-mem": "^3.0.5",
"pg-native": "^3.2.2",
"pg-promise": "^11.10.2",
"pkgroll": "^2.20.1",
"prettier": "3.5.3",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.0",
"yargs": "^17.7.2"
"immer": "^11.1.4",
"lint-staged": "^16.2.7",
"oxlint": "^1.49.0",
"pg-mem": "^3.0.13",
"pg-native": "^3.5.2",
"pg-promise": "^12.6.1",
"pkgroll": "^2.26.3",
"prettier": "3.8.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"yargs": "^18.0.0"
},
"peerDependencies": {
"pg-native": "^3.2.2",
"pg-promise": "^11.10.2"
"pg-native": "^3",
"pg-promise": "^11 || ^12"
},
"scripts": {
"build": "pkgroll --clean-dist && cp ./LICENSE ./dist && cp ./README.md ./dist",
"types:check": "tsc",
"lint:check": "oxlint",
"lint:fix": "oxlint --fix",
"format:check": "prettier --check \"**/*.{js,ts,json}\"",
"format:fix": "prettier --write \"**/*.{js,ts,json}\"",
"test": "pnpm test:unit",
"test:unit": "tsx --test --experimental-test-coverage \"src/**/*.test.ts\"",
"test:integration": "node ./dist/cli.js --help && tsx --test \"integration-tests/**/*.test.ts\""
}
}
}

@@ -173,3 +173,3 @@ # Node PostgreSQL Migrator

- coding style (ESLint and prettier) is mandatory (applied via pre-commit hook)
- coding style (OxLint and prettier) is mandatory (applied via pre-commit hook)
- to run a development instance:

@@ -176,0 +176,0 @@ - `npx babel-node --presets @babel/env src/migrator.js --db=postgres://username:password@host:port/db --dir=./test/__testdata__/migrations`

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display