We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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 file
Description of the Design
Start the bundled lockdown file with a comment containing the version number
Security Considerations
Scaling Considerations
Test Plan
head dist/ses.cjs # ensure correct version present as comment on line 1
npm run test
Upgrade Considerations
The text was updated successfully, but these errors were encountered: