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

@sqb/postgres

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sqb/postgres - npm Package Compare versions

Comparing version 4.0.6 to 4.0.7

23

package.json
{
"name": "@sqb/postgres",
"description": "SQB serialization extension for PostgreSQL database",
"version": "4.0.6",
"version": "4.0.7",
"author": "Panates Ltd.",

@@ -9,3 +9,3 @@ "contributors": [

],
"license": "MIT",
"license": "Apache-2.0",
"repository": {

@@ -35,3 +35,5 @@ "type": "git",

"postgresql-client": "^1.21.0",
"@sqb/postgres-dialect": "^4.0.6"
"@sqb/postgres-dialect": "^4.x.x",
"@sqb/builder": "^4.x.x",
"@sqb/connect": "^4.x.x"
},

@@ -52,12 +54,13 @@ "main": "dist/index.js",

],
"nyc": {
"temp-dir": "./coverage/.nyc_output"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"prebuild": "npm run lint && npm run clean:dist",
"postbuild": "copyfiles package.json README.md LICENSE ../../build/postgres",
"clean": "ts-cleanup -s src --all & ts-cleanup -s test",
"clean:dist": "rimraf ../../build/postgres",
"compile": "tsc",
"lint": "eslint src/** --no-error-on-unmatched-pattern",
"test": "TS_NODE_PROJECT='./test/tsconfig.json' mocha -r ts-node/register -r tsconfig-paths/register --reporter spec test/**/*.spec.ts",
"cover": "nyc --reporter=cobertura --reporter html --reporter text npm run test",
"build": "tsc -b tsconfig-build.json",
"compile": "tsc -b tsconfig.json",
"lint": "eslint src/** --no-error-on-unmatched-pattern"
"version": "#version"
}
}

Sorry, the diff of this file is not supported yet

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