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

@exiasr/egg-pg

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exiasr/egg-pg - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

agent.js

1

config/config.default.js

@@ -18,2 +18,3 @@ 'use strict';

app: true,
agent: false,

@@ -20,0 +21,0 @@ // Single Database

3

package.json
{
"name": "@exiasr/egg-pg",
"version": "1.0.3",
"version": "1.0.4",
"description": "PostgreSQL plugin which supports pooling for egg",

@@ -43,2 +43,3 @@ "eggPlugin": {

"app.js",
"agent.js",
"config",

@@ -45,0 +46,0 @@ "lib"

@@ -16,4 +16,4 @@ # egg-pg

## Usage
## Configuration
### Enable plugin
```js

@@ -23,8 +23,7 @@ // {app_root}/config/plugin.js

enable: true,
package: 'egg-pg',
package: '@exiasr/egg-pg',
};
```
### Sample
## Configuration
### Sample
```js

@@ -31,0 +30,0 @@ // {app_root}/config/config.default.js

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