🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

cordova-sqlite-ext-deps

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-sqlite-ext-deps

Cordova sqlite ext dependencies

4.0.0
latest
Source
npm
Version published
Weekly downloads
506
-13.06%
Maintainers
1
Weekly downloads
 
Created
Source

Cordova sqlite ext dependencies

AUTHOR: Christopher J. Brody

LICENSE: Unlicense (unlicense.org) (public domain)

Contains source and object code built from:

This project provides the following dependencies needed to build cordova-sqlite-ext:

  • sqlite3.h, sqlite3.c - SQLite 3.32.3 amalgamation needed to build iOS/macOS and Windows platform versions
  • libb64-core, sqlite3-base64, and sqlite3-regexp-cached source for iOS/macOS/Windows platform versions
  • libs - JAR libraries built from brodybits/android-sqlite-ndk-native-driver and brodybits/android-sqlite-native-ndk-connector, built with SQLite 3.32.3 amalgamation, with the following flags:
    • -DSQLITE_THREADSAFE=1
    • -DSQLITE_DEFAULT_SYNCHRONOUS=3
    • -DSQLITE_DEFAULT_MEMSTATUS=0
    • -DSQLITE_OMIT_DECLTYPE
    • -DSQLITE_OMIT_DEPRECATED
    • -DSQLITE_OMIT_PROGRESS_CALLBACK
    • -DSQLITE_OMIT_SHARED_CACHE
    • -DSQLITE_TEMP_STORE=2
    • -DSQLITE_OMIT_LOAD_EXTENSION
    • -DSQLITE_ENABLE_FTS3
    • -DSQLITE_ENABLE_FTS3_PARENTHESIS
    • -DSQLITE_ENABLE_FTS4
    • -DSQLITE_ENABLE_FTS5
    • -DSQLITE_ENABLE_RTREE
    • -DSQLITE_ENABLE_JSON1
    • -DSQLITE_DEFAULT_PAGE_SIZE=4096
    • -DSQLITE_DEFAULT_CACHE_SIZE=-2000

Keywords

cordova

FAQs

Package last updated on 14 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts