Comparing version 2.2.3 to 4.4.1-alpha.2
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27346
315
4
1
1
+ Added@graphile/lru@4.4.1-alpha.2
+ Added@graphile/lru@4.4.1-alpha.2(transitive)
+ Addedbuffer-writer@2.0.0(transitive)
+ Addedpacket-reader@1.0.0(transitive)
+ Addedpg@7.18.2(transitive)
+ Addedpg-connection-string@0.1.3(transitive)
+ Addedpg-packet-stream@1.1.0(transitive)
+ Addedpg-pool@2.0.10(transitive)
+ Addedpgpass@1.0.5(transitive)
+ Addedsemver@4.3.2(transitive)
+ Addedsplit2@4.2.0(transitive)