inspector icon indicating copy to clipboard operation
inspector copied to clipboard

The Observable standard inspector.

Results 16 inspector issues
Sort by recently updated
recently updated
newest added

If a value is iterable (implements [Symbol.iterator] method), and the resulting iterator is a different object than the value (so as to avoid mutating common map and Set iterators that...

From observablehq/notebook#201: > ![collapse](https://user-images.githubusercontent.com/32314/29592980-611a0698-875c-11e7-99a7-bf1fba507c06.gif) > > Inspector collapse/expand state is maintained on the top level, but not when those inspectors are nested. Ideally we can maintain as much expanded/collapsed state...

The following code will log an error in the console, and the inspector will not return. `new Proxy({}, {ownKeys: function () { throw new Error("gotcha"); }})` I'd expect the inspector...

bug

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

I received some useful feedback from someone who uses a screenreader about a notebook that I shared ([mastodon thread here](https://social.stealthy.club/@esoteric_programmer/statuses/01J8GR9J2DXXB2VN7W4GV5VTXQ)), which was interesting because, while it's pretty jumbled right now,...