
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
browserslist-config-wikimedia
Advanced tools
Shareable Browserslist configuration for Wikimedia projects.
Configuration list to target the Wikimedia and MediaWiki supported browsers.
$ npm install --save-dev browserslist-config-wikimedia
package.json
:{
"browserslist": [
"extends browserslist-config-wikimedia/modern"
]
}
.browserslistrc
:extends browserslist-config-wikimedia/modern
For example, when configuring @babel/preset-env via JavaScript:
{
presets: [
[ 'env', {
targets: {
browsers: require( 'browserslist-config-wikimedia/modern' )
}
} ]
]
}
.browerslistrc
:extends browserslist-config-wikimedia/basic
not Android <= 8
This is available under the MIT LICENSE.
FAQs
Wikimedia shareable Browserslist configuration
The npm package browserslist-config-wikimedia receives a total of 7,406 weekly downloads. As such, browserslist-config-wikimedia popularity was classified as popular.
We found that browserslist-config-wikimedia demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.