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

pg-mem

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-mem - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

2

package.json
{
"name": "pg-mem",
"version": "1.0.11",
"version": "1.0.12",
"description": "A memory version of postgres",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -17,3 +17,5 @@ # What is it ?

Moreover, even if I wrote tons of
Moreover, even if I wrote hundreds of tests, keep in mind that this implementation is a best effort to replicate PG.
Keep an eye on your query results if you perform complex queries.
Please file issues if some results seem incoherent with what should be returned.

@@ -20,0 +22,0 @@ Finally, I invite you to read the below section to have an idea of you can or cannot do.

@@ -8,3 +8,3 @@ import 'mocha';

checkStatement(['start transaction'], {
checkStatement(['start transaction', 'begin'], {
type: 'start transaction',

@@ -11,0 +11,0 @@ });

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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