Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@proof-ui/config
Advanced tools
The majority of the configuration for `proof` is set through the `proof.config.js` file in the root of your project.
The majority of the configuration for proof
is set through the proof.config.js
file in the root of your project.
name | type | description |
---|---|---|
plugins | array | An optional array of plugins to include in the proof instance. See plugins for more details |
url | string | The default storybook URL to test against |
logLevel | info , debug , trace , stupid | The default log-level to use. Any CLI option will override this |
testMath | glob | A glob to use to look for tests. Defaults to __automation__/**/*.test.js |
gridOptions | object<grid, object> | A set of properties to include for any session created on that grid type |
waitForRoot | number | The number of milliseconds to wait for storybook to load. Defaults to 1000ms. |
Allows you to pass in options to set on each grid type when creating a browser session. This is a global option that applies to every session.
Example
{
gridOptions: {
remote: {
url: 'sauce.proof.com',
apiKey: 'foo-bar'
}
}
}
This will set the remote grid to use sauce.proof.com
and the API key foo-bar
. Note these options will only apply if you're running the tests under this grid type. If running proofs locally (using the local-grid), these options won't be added.
FAQs
The majority of the configuration for `proof` is set through the `proof.config.js` file in the root of your project.
The npm package @proof-ui/config receives a total of 151 weekly downloads. As such, @proof-ui/config popularity was classified as not popular.
We found that @proof-ui/config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.