secure-ls icon indicating copy to clipboard operation
secure-ls copied to clipboard

:lock: Secure localStorage data with high level of encryption and data compression

Results 40 secure-ls issues
Sort by recently updated
recently updated
newest added

When I've installed secure-ls with pnpm and run it with esBuild I get: X [ERROR] TS2694: Namespace '"C:/devprojects/node_modules/.pnpm/[email protected]/node_modules/lz-string/typings/lz-string"' has no exported member 'LZStringStatic'. [plugin angular-compiler] node_modules/.pnpm/[email protected]/node_modules/secure-ls/dist/secure-ls.d.ts:24:23: 24 │ LZString: LZString.LZStringStatic;...

Update crypto-js to fix vulnerability issues: https://github.com/advisories/GHSA-xwcq-pm8m-c4vf

found this critical warning as I ran `yarn audit` https://www.npmjs.com/advisories/1094461

At package.json there is ``` "lz-string": "^1.4.4" ``` It will take version 1.5.0. Unfotnatelly this version is not compatible. After all we have error: ``` Error: node_modules/secure-ls/dist/secure-ls.d.ts:24:24 - error TS2694:...

Bumps [qs](https://github.com/ljharb/qs) from 6.3.2 to 6.3.3. Changelog Sourced from qs's changelog. 6.3.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

How to remove or prevent _secure__ls__metadata key?

**Environment:** Angular 18, Typescript 5.4.5, Webpack 5.91.0 **Secure-ls version**: 2.0.0 Possible regression bug. **Runtime error**: ERROR TypeError: secure_ls__WEBPACK_IMPORTED_MODULE_0__ is not a constructor **Code** storage-service.ts ``` import SecureLS from 'secure-ls'; export...

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.92.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies