pouchdb-adapter-react-native-sqlite icon indicating copy to clipboard operation
pouchdb-adapter-react-native-sqlite copied to clipboard

PouchDB adapter using ReactNative SQLite as its backing store

Results 9 pouchdb-adapter-react-native-sqlite issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I've tried to incorporate similar testing approach from [`pouchdb-react-native`](https://github.com/stockulus/pouchdb-react-native), but it turned out [`react-native-sqlite-storage`](https://github.com/andpor/react-native-sqlite-storage) can't be mocked. The only way I see is to test on devices / emulators, but...

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [jsonpointer](https://github.com/janl/node-jsonpointer) and [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid). These dependencies needed to be updated together. Updates `jsonpointer` from 4.1.0 to 5.0.1 Release notes Sourced from jsonpointer's releases. Version 5.0.1 Changelog Fix incorrect typings for...

dependencies

Removes [shelljs](https://github.com/shelljs/shelljs). It's no longer used after updating ancestor dependency [standard](https://github.com/standard/standard). These dependencies need to be updated together. Removes `shelljs` Updates `standard` from 10.0.3 to 17.0.0 Release notes Sourced from...

dependencies

Typescript projects would benefit from simple d.ts file

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

- https://github.com/OP-Engineering/op-sqlite - Get rid of the websql adapter and directly call SQLite APIs via op-sqlite - Better performance - New arch support