Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@atlassian/browserslist-config-server
Advanced tools
Atlassian Server Browserslist Shared Config
This configuration reflects the supported browsers across Atlassian's Server products: Bamboo, Bitbucket, Confluence, Crowd, FECRU, and the Jira family.
FeCru 4.8 currently supports Edge18, use version 0.2.5 or earlier
Similarly, if targeting product versions - especially Long Term Support (LTS) Releases - check the supported browsers for each by checking the references. Edge 18, and potentially, IE11 may need to be supported.
First add as a dev dependency with either npm install -D @atlassian/browserslist-config-server
or yarn add -D @atlassian/browserslist-config-server
Then use the browserslist configuration within the project. The recommended way is to copy the below into the package.json
file.
{
"browserslist": ["extends @atlassian/browserslist-config-server"]
}
This is desktop and mobile for all products.
Use "browserslist": ["extends @atlassian/browserslist-config-server/desktop"]
Supports older browsers deliberately for test builds. Intended for use with atlassian-selenium.
Use multiple browserslists for each different environment, e.g:
"browserslist": [
...
"testing": ["extends @atlassian/browserslist-config-server/testing"]
]
If you have already upgraded to Selenium 3.x, you don't need this.
Use "browserslist": ["extends @atlassian/browserslist-config-server/mobile"]
FAQs
Atlassian Server Browserslist Shared Config
The npm package @atlassian/browserslist-config-server receives a total of 1 weekly downloads. As such, @atlassian/browserslist-config-server popularity was classified as not popular.
We found that @atlassian/browserslist-config-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.