inspector
inspector copied to clipboard
The Observable standard inspector.
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: >  > > 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...
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...
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...
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,...