Socket
Socket
Sign inDemoInstall

@duely/db

Package Overview
Dependencies
37
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

7

package.json
{
"name": "@duely/db",
"version": "0.0.2",
"version": "0.0.3",
"description": "Client for querying duely-postgres database.",

@@ -16,6 +16,6 @@ "repository": "github:uoleevi/duely",

"dependencies": {
"@duely/core": "0.0.52",
"pg": "^8.5.1"
},
"devDependencies": {
"@duely/core": "0.0.52",
"@types/node": "^14.14.22",

@@ -29,6 +29,3 @@ "@types/pg": "^7.14.9",

"webpack-cli": "^4.4.0"
},
"peerDependencies": {
"@duely/core": "0.0.52"
}
}

@@ -7,3 +7,2 @@ const path = require('path');

entry: './src/index.ts',
externals: ['@duely/core'],
target: 'node',

@@ -10,0 +9,0 @@ mode: 'none',

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc