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

postgrator

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postgrator - npm Package Compare versions

Comparing version 7.1.1 to 7.2.0

6

CHANGELOG.md
# CHANGELOG
## 7.2.0
### July 9, 2023
- Support `better-sqlite3`
## 7.1.1

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

2

lib/Sqlite3Client.js

@@ -30,3 +30,3 @@ import Client from "./Client.js";

SELECT name AS column_name
FROM pragma_table_info("${config.schemaTable}")
FROM pragma_table_info('${config.schemaTable}')
`;

@@ -33,0 +33,0 @@

{
"name": "postgrator",
"version": "7.1.1",
"version": "7.2.0",
"author": "Rick Bergfalk <rick.bergfalk@gmail.com>",

@@ -46,2 +46,3 @@ "description": "A SQL migration tool for SQL people",

"@types/pg": "^8.6.5",
"better-sqlite3": "^8.4.0",
"eslint": "^8.17.0",

@@ -48,0 +49,0 @@ "eslint-config-prettier": "^8.5.0",

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