Closed leotm closed 11 months ago
After downloading a lockdown shim, it's hard to remember which version it is later
e.g. curl -O https://npmfs.com/download/ses/0.18.8/dist/ses.cjs but it's difficult to tell the version purely from inspecting the file
curl -O https://npmfs.com/download/ses/0.18.8/dist/ses.cjs
Start the bundled lockdown file with a comment containing the version number
npm run build
head dist/ses.cjs # ensure correct version present as comment on line 1
npm run test
What is the Problem Being Solved?
After downloading a lockdown shim, it's hard to remember which version it is later
e.g.
curl -O https://npmfs.com/download/ses/0.18.8/dist/ses.cjs
but it's difficult to tell the version purely from inspecting the fileDescription of the Design
Start the bundled lockdown file with a comment containing the version number
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations