bin icon indicating copy to clipboard operation
bin copied to clipboard

A tiny (<1kb) localStorage and sessionStorage helper library.

Results 4 bin issues
Sort by recently updated
recently updated
newest added

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

If I create a new Bin with no expiry and set it, getting it returns `undefined` and immediately removes the `localStorage` item. https://codepen.io/blakewatson/pen/GRQLZjr?editors=1012 I think the problem is here: https://github.com/cferdinandi/bin/blob/master/src/bin.js#L51...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.4.2 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 &amp; #65...

dependencies

**Test case:** https://codepen.io/fernandocanizo/pen/GRgWZmE?editors=1010 I'm having an error on library loading phase (or maybe in the `get`) which I cannot reproduce on linked CodePen: (behaves normal, works). But the same in...