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
ZIP does not support timestamps before 1980. It's the case of plenty issues. For instance, it's already happened here mishoo/UglifyJS#2054
$ ll ./node_modules/ssri total 96 -rw-r--r-- 1 watashi staff 7.4K Jan 1 1970 CHANGELOG.md -rw-r--r-- 1 watashi staff 755B Jan 1 1970 LICENSE.md -rw-r--r-- 1 watashi staff 18K Jan 1 1970 README.md -rw-r--r-- 1 watashi staff 10K Jan 1 1970 index.js -rw-r--r-- 1 watashi staff 1.4K Jan 1 1970 package.json
The text was updated successfully, but these errors were encountered:
Same issue here
I think this needs ugilify updating
Sorry, something went wrong.
This is not an issue with ssri. And npm's next release is setting the tarball dates to a post-1980 date so you can still get reproducible builds.
ssri
Seeing as it's not an ssri issue, I'm closing this.
No branches or pull requests
ZIP does not support timestamps before 1980. It's the case of plenty issues. For instance, it's already happened here mishoo/UglifyJS#2054
The text was updated successfully, but these errors were encountered: