Socket
Socket
Sign inDemoInstall

sqlite

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlite - npm Package Compare versions

Comparing version 4.1.2 to 4.1.3

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 4.2.0 - Mon May 01 2023 10:52:06
**Contributor:** Andarist
- move types condition to the front (#171)
## 4.1.2 - Tue Jul 19 2022 16:51:14

@@ -2,0 +8,0 @@

8

package.json
{
"name": "sqlite",
"version": "4.1.2",
"version": "4.1.3",
"description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript",

@@ -9,5 +9,5 @@ "main": "build/index.js",

"exports": {
"types": "./build/index.d.ts",
"require": "./build/index.js",
"import": "./build/index.mjs",
"types": "./build/index.d.ts"
"import": "./build/index.mjs"
},

@@ -89,3 +89,3 @@ "scripts": {

"pre-commit": "1.2.2",
"prettier-standard": "16.4.1",
"prettier-standard": "^15.0.1",
"sql-template-strings": "^2.2.2",

@@ -92,0 +92,0 @@ "sqlite3": "^5.0.5",

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