Jack Works
Jack Works
So `validate-lockfile` is just a clean install and check it with the current lockfile content?
I'm sorry for the wording "pollution" if it does not sound right. Maybe I should introduce some background about why I need this change. [Secure ECMAScript](https://github.com/tc39/proposal-ses) is a JavaScript proposal,...
> SES allows `window.libName = ...` tho right? (I don't do this in NodeJS obviously, the code checks to be isomorphic) Yes. The global object is mutable. You can add...
> did the other project you're waiting on get back to you how long they'll have it finished by? Not yet 😂 > I did a test, it looks like...
> ```js > lockdown({ errorTaming: 'unsafe' }) > ``` You need to use `errorTaming: 'unsafe'` because error.stack is not standard, SES will remove it by default.
And you need to use 'use strict' strict mode for every code to make it throw explicitly
> `global` not safe in browser > `window` not safe in nodejs/native Try `globalThis` first (the modern standard way), then the common fallback, `global` on Node and `self` on Web....
> `export` not safe in JS < 2015 > `require` `module` not safe because webpack/etc. changes their rules every 6 months I have to say it's a mission too difficult...
Oh I didn't ever learned that gun can use indexed db, I though RAD is for Nodejs. Does gun able to migrate data in the data in the local storage...
Yeah, does gun able to recover from those errors? For example, use LRU to clean data