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

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 Versions

1
7

4.0.12

Diff

Changelog

Source

4.0.12 - Mon Jul 20 2020 04:19:01

Contributor: dependabot[bot]

  • Bump lodash from 4.17.15 to 4.17.19 (#122)

Bumps lodash from 4.17.15 to 4.17.19.

Signed-off-by: dependabot[bot] support@github.com

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

gravity.bot
published 4.0.11 •

Changelog

Source

4.0.11 - Fri Jun 12 2020 09:43:39

Contributor: Theo Gravity

  • Update readme for inserting rows (#120)

@akc42 pointed out that the docs for db.run says it returns lastId when it should be lastID.

gravity.bot
published 4.0.10 •

Changelog

Source

4.0.10 - Wed Jun 03 2020 00:51:41

Contributor: Gustavo Rodrigues

  • Use HTTPS in README badges (#118)

Shields.io badges were being loaded using HTTP causing mixed-content errors in the NPM page.

gravity.bot
published 4.0.9 •

Changelog

Source

4.0.9 - Mon May 25 2020 22:50:02

Contributor: Markus Felten

  • feat: provide native esm exports (#117)
gravity.bot
published 4.0.8 •

Changelog

Source

4.0.8 - Thu May 21 2020 22:59:57

Contributor: George Corney

  • Move triple-slash reference so it is recognized (#115)
gravity.bot
published 4.0.7 •

Changelog

Source

4.0.7 - Sun Apr 12 2020 19:43:31

Contributor: Yamavol

  • Fix typescript defs for sqlite3 loadExtension() (#112)
gravity.bot
published 4.0.6 •

Changelog

Source

4.0.6 - Sat Apr 11 2020 04:16:08

Contributor: Theo Gravity

  • Throw an error if two callbacks are defined for #each()

This addresses an issue where the sqlite3 API for each() uses two callbacks, while this library only uses one for each().

An error is now thrown if two callbacks are defined when using the sqlite each() method.

(In sqlite, the second callback of sqlite3 is used to resolve the promise.)

gravity.bot
published 4.0.5 •

Changelog

Source

4.0.5 - Sun Apr 05 2020 20:13:43

Contributor: jameswilddev

  • Use non-default imports rather than synthetic default imports. (#110)
gravity.bot
published 4.0.4 •

Changelog

Source

4.0.4 - Sun Apr 05 2020 07:44:39

  • Fix Typescript reference issues for sqlite3 if it is not installed (#109)

This allows the usage of the sqlite3-offline; library in Typescript.

gravity.bot
published 4.0.3 •

Changelog

Source

4.0.3 - Sun Apr 05 2020 00:01:31

  • Fix Typescript issue where sql-template-strings is a forced requirement (#108)

It should be an optional dependency and is not required for installation.

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