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

@cubejs-backend/postgres-driver

Package Overview
Dependencies
Maintainers
2
Versions
645
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/postgres-driver - npm Package Compare versions

Comparing version 0.17.7 to 0.17.8

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.17.8](https://github.com/cube-js/cube.js/compare/v0.17.7...v0.17.8) (2020-02-14)
### Bug Fixes
* typings export ([#373](https://github.com/cube-js/cube.js/issues/373)) Thanks to [@lvauvillier](https://github.com/lvauvillier)! ([f4ea839](https://github.com/cube-js/cube.js/commit/f4ea839))
## [0.17.7](https://github.com/cube-js/cube.js/compare/v0.17.6...v0.17.7) (2020-02-12)

@@ -8,0 +19,0 @@

3

driver/index.d.ts
import { PoolConfig } from "pg";
declare module "@cubejs-backend/postgres-driver" {
class PostgresDriver {
export default class PostgresDriver {
constructor(options?: PoolConfig);
}
export = PostgresDriver;
}

@@ -5,3 +5,3 @@ {

"author": "Statsbot, Inc.",
"version": "0.17.7",
"version": "0.17.8",
"repository": {

@@ -27,2 +27,3 @@ "type": "git",

"devDependencies": {
"@types/pg": "^7.14.1",
"eslint": "^5.16.0",

@@ -33,3 +34,3 @@ "eslint-config-airbnb-base": "^13.1.0",

},
"gitHead": "2f0179173c24604eba4f5f7cc8fca0804240dc6d"
"gitHead": "da0cdce36d7a2882663bf4c3019e6e379b266120"
}
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