
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
browserslist-config-seek
Advanced tools
Shareable Browserslist config for SEEK.
$ yarn add --dev browserslist-config-seek
If you're directly consuming this package in an application, add this to your package.json:
{
"browserslist": [
"extends browserslist-config-seek"
]
}
When manually configuring a tool that uses Browserslist, importing this package returns the array of supported browsers.
For example, when configuring @babel/preset-env via JavaScript:
{
presets: [
[
'env',
{
targets: {
browsers: require('browserslist-config-seek'),
},
},
],
];
}
MIT.
3.3.0
#50 79281a3 Thanks @felixhabib! - Update supported browsers to the following:
| Browser | Oldest supported version | | ---------------- | ------------------------ | | Chrome | 89 | | Edge | 89 | | Safari | 15 | | Firefox | 89 | | Samsung Internet | 15 |
FAQs
Shareable Browserslist config for SEEK
The npm package browserslist-config-seek receives a total of 3,315 weekly downloads. As such, browserslist-config-seek popularity was classified as popular.
We found that browserslist-config-seek demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.