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.5 to 1.0.6

src/adapters.ts

4

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

@@ -9,3 +9,3 @@ "main": "index.js",

"build": "rimraf lib && webpack --config webpack.config.js --prod",
"release": "npm run build && npm publish lib",
"release": "npm run build && cp -r src lib/src && npm publish lib",
"start:playground": "webpack-dev-server --hot --config playground.webpack.config.js",

@@ -12,0 +12,0 @@ "build:playground": "webpack --config playground.webpack.config.js --prod",

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