Skip to content

pullrequests Search Results · repo:endojs/endo language:JavaScript

Filter by

2k results
 (137 ms)

2k results

inendojs/endo (press backspace or delete to remove)

Closes: #2978 Description This change introduces an @endo/harden package that allows packages to be written for use in a JS or a HardenedJS environment without modification. The @endo/harden module provides ...
  • kriskowal
  • Opened 
    5 hours ago
  • #3008

some discrepancies I could find (less than expected, nesting seems mostly fine) I m not sure yet if I broke something, or i2.cjs identifies a bug. If it does, it seems like the cjs extension of the entrypoint ...
  • naugtur
  • Opened 
    3 days ago
  • #3006

Description In preparation to introduce a new @endo/harden package, toward #2983 decoupling harden from lockdown, it became evident that redacting errors without lockdown left a system in an undebuggable ...
  • kriskowal
  • Opened 
    3 days ago
  • #3005

Refs: #2990 Description This change synchronizes the error repair mechanism in SES with changes made in #2990 to pass-style to gratutiously improve the resilience of that mechanism in the face of scripts ...
  • kriskowal
  • Opened 
    3 days ago
  • #3004

Description This changes the logic in mapNodeModules() so that when it reads the package.json of the entrypoint, it checks for type === module . If this is set, then import is added to the conditions. ...
bug
lavamoat
  • boneskull
  • 6
  • Opened 
    4 days ago
  • #3003

Refs: #2987 Description Update the signature of main to (args: string[]) = Promise\ ExitCode , removing access to ambient process.argv and process.exit.
  • gibson042
  • 2
  • Opened 
    6 days ago
  • #3002

Minor defect affecting the behavior of yarn test test/file-name.test.js, where it passed te instead of the entire test file name.
  • kriskowal
  • 1
  • Opened 
    8 days ago
  • #3001

ported the code from an old experiment within LavaMoat webpack plugin It s still very broken in tests, but for what seems like minor features missing :sweat_smile: How many things (other than most tests) ...
  • naugtur
  • 17
  • Opened 
    8 days ago
  • #3000

Fixes #2998 Description Replace --no-config-$name and --only-config-$name with --exclude $name and --only $name (and respective shorthands -x $name and -o $name). Security Considerations n/a Scaling ...
  • gibson042
  • Opened 
    10 days ago
  • #2999

Preface Endo has its own implementation of ZIP because a survey of the options available on npm, I found that it would be easier to create a library that was pure JavaScript, would work in the XS engine, ...
  • kriskowal
  • Opened 
    11 days ago
  • #2997