You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
In package.json, "abstract-stream-leveldown" was listed as any version *, and a breaking change hit through a rename. sheet-down.js tries to import LevelDOWN, but the name has since been changed to AbstractStreamLevelDOWN, leaving things undefined, causing an error to be thrown if the user tries to require the module.
require('sheet-down')// TypeError: Super expression must either be null or a function, not undefined