Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dbay

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbay - npm Package Compare versions

Comparing version 14.11.0 to 14.12.0

pnpm-lock.yaml

19

package.json
{
"name": "dbay",
"version": "14.11.0",
"version": "14.12.0",
"description": "In-Process, In-Memory & File-Based Relational Data Processing with SQLite, BetterSQLite3",
"main": "lib/main.js",
"scripts": {
"build": "coffee --map -o lib -c src",
"test": "echo see 'https://github.com/loveencounterflow/hengist/tree/master/dev/dbay'",
"preinstall": "./build-sqlite3"
},
"repository": {

@@ -27,2 +22,7 @@ "type": "git",

"homepage": "https://github.com/loveencounterflow/dbay#readme",
"publishConfig": {
"executableFiles": [
"build-sqlite3"
]
},
"dependencies": {

@@ -34,3 +34,8 @@ "cnd": "9.2.2",

"intertype": "7.7.0"
},
"scripts": {
"build": "coffee --map -o lib -c src",
"test": "echo see 'https://github.com/loveencounterflow/hengist/tree/master/dev/dbay'",
"preinstall": "./build-sqlite3"
}
}
}

@@ -921,3 +921,3 @@

* occurs when publishing with `pnpm version minor && pnpm publish --access public && git push`
* occurs when publishing with `npm version minor && npm publish --access public && git push`
* does not occur when publishing with `npm version minor && npm publish --access public && git push`

@@ -924,0 +924,0 @@ ## Is Done

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