ember-indexeddb icon indicating copy to clipboard operation
ember-indexeddb copied to clipboard

Utilities & adapter to work with IndexedDB in ember & ember-data

Results 18 ember-indexeddb issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [dexie](https://github.com/dfahlander/Dexie.js) from 3.0.3 to 3.2.2. Release notes Sourced from dexie's releases. Dexie v3.2.2 Security fix Prohibit possible prototype pollution in Dexie.setByKeyPath() (https://github.com/dexie/Dexie.js/commit/1d655a69b9f28c3af6fae10cf5c61df387dc689b) Bugfix Fix #1473 Cannot use Dexie in...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [mout](https://github.com/mout/mout) from 1.2.2 to 1.2.3. Commits eae5ccc v1.2.3 3fecf13 Merge pull request #270 from 418sec/1-npm-mout 397fa13 Merge pull request #1 from Asjidkalam/master bd18212 fixed prototype pollution 2189378 Merge pull...

dependencies

Bumps [ember-page-title](https://github.com/ember-cli/ember-page-title) from 6.2.1 to 7.0.0. Release notes Sourced from ember-page-title's releases. v7.0.0 See CHANGELOG.md for changes. What's Changed fix: Update Ember version and use new Embroider testing setup by...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Spike implementation of querying multi index.

Setup like so: ``` export default IndexedDbConfigurationService.extend({ currentVersion: 1, version1: computed(function () { return { stores: { 'restaurant': '&id,*areas' } }; }), mapTable: computed(function () { return { 'restaurant': (item)...