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
Note that while it's now fixed in 4.3.1, you can also work around it by adding an import map for std/ (directly to deno.json or via separate json file then referenced via importMap in deno.json or --importmap cli flag):
I just forgot about import maps not being a good idea for libraries without a build step that'd remove them, and the only other place I tested this code also had a std import map, so it seemed to work outside of this package too...
I test in shell, and got this message on import statement:
Uncaught TypeError: Relative import path "std/crypto/timing_safe_equal.ts" not prefixed with / or ./ or ../
at https://deno.land/x/scrypt@v4.3.0/mod.ts:18:33
at async :1:47
The text was updated successfully, but these errors were encountered: