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

pg-sql2

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-sql2 - npm Package Compare versions

Comparing version 2.2.3 to 4.4.1-alpha.2

node8plus/index.d.ts

6

LICENSE.md

@@ -1,5 +0,4 @@

The MIT License (MIT)
=====================
# The MIT License (MIT)
Copyright © `2017` Benjie Gillam
Copyright © `2019` Benjie Gillam

@@ -26,2 +25,1 @@ Permission is hereby granted, free of charge, to any person

OTHER DEALINGS IN THE SOFTWARE.
{
"name": "pg-sql2",
"version": "2.2.3",
"version": "4.4.1-alpha.2",
"description": "Generate safe Postgres-compliant SQL with tagged template literals",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "node8plus/index.js",
"types": "node8plus/index.d.ts",
"scripts": {
"jest": "jest",
"lint": "tslint src/**/*.ts",
"test": "tslint src/**/*.ts && tsc && node lib/index.js && jest && markdown-doctest",
"test:u": "tslint src/**/*.ts && tsc && node lib/index.js && jest -u && markdown-doctest",
"tslint": "prettier --list-different 'src/**/*' && tslint --config ../../tslint.json --project tsconfig.json",
"test": "tsc && node node8plus/index.js && jest && markdown-doctest",
"test:u": "tsc && node node8plus/index.js && jest -u && markdown-doctest",
"test:docs": "markdown-doctest",
"watch": "tsc --watch",
"prepack": "tsc"

@@ -17,3 +18,3 @@ },

"type": "git",
"url": "git+https://github.com/graphile/pg-sql2.git"
"url": "git+https://github.com/graphile/graphile-engine.git"
},

@@ -34,5 +35,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/graphile/pg-sql2/issues"
"url": "https://github.com/graphile/graphile-engine/issues"
},
"homepage": "https://github.com/graphile/pg-sql2#readme",
"homepage": "https://github.com/graphile/graphile-build/tree/master/packages/pg-sql2",
"devDependencies": {

@@ -53,3 +54,7 @@ "@types/debug": "4.1.4",

},
"peerDependencies": {
"pg": ">=6.1.0 <8"
},
"dependencies": {
"@graphile/lru": "4.4.1-alpha.2",
"@types/pg": ">=6 <8",

@@ -59,3 +64,3 @@ "debug": ">=3 <5"

"files": [
"lib"
"node8plus"
],

@@ -62,0 +67,0 @@ "engines": {

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