capacitor-image-cache icon indicating copy to clipboard operation
capacitor-image-cache copied to clipboard

Results 29 capacitor-image-cache issues
Sort by recently updated
recently updated
newest added

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...

dependencies

`const { value } = await cache.get({src:"someSrc"})` return same image url

bug

Bumps [ecstatic](https://github.com/jfhbrook/node-ecstatic) from 2.2.1 to 2.2.2. Changelog Sourced from ecstatic's changelog. 2019/05/03 Version 2.2.2 Backport redirects bugfix 2017/06/06 Version 2.2.1 Fix version number in CHANGELOG.md 2017/06/06 Version 2.2.0 Will now...

dependencies

Bumps [ecstatic](https://github.com/jfhbrook/node-ecstatic) from 2.2.1 to 2.2.2. Changelog Sourced from ecstatic's changelog. 2019/05/03 Version 2.2.2 Backport redirects bugfix 2017/06/06 Version 2.2.1 Fix version number in CHANGELOG.md 2017/06/06 Version 2.2.0 Will now...

dependencies

`ngOnChanges(changes: SimpleChanges): void { const src = changes['src']; if (src) { this.source = Observable.fromPromise(this.cache.get({src: src.currentValue})).map(v => v.value); } }` While using the demo in my ionic code, receive below error,...

Refer to the documentation, need to add below code to copy.config.js. But I unable to locate this file. ``` copyStCachedImage: { src: ['{{ROOT}}/node_modules/st-cached-image/dist/cached-image**/*'], dest: '{{BUILD}}' } ``` Here is my...

I want to use this plugin with my Ionic 4 application. After it's installation, when I launch the page where I import : import 'st-cached-image/dist/cached-image'; , the console displays this...

Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits - See full diff in [compare view](https://github.com/lodash/lodash/commits) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.mergewith&package-manager=npm_and_yarn&previous-version=4.6.1&new-version=4.6.2)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies