Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@bazel/jasmine
Advanced tools
WARNING: this is beta-quality software. Breaking changes are likely. Not recommended for production use without expert support.
The Jasmine rules run tests under the Jasmine framework with Bazel.
Add the @bazel/jasmine
npm package to your devDependencies
in package.json
.
Your WORKSPACE
should declare a yarn_install
or npm_install
rule named npm
.
It should then install the rules found in the npm packages using the `install_bazel_dependencies' function.
See https://github.com/bazelbuild/rules_nodejs/#quickstart
This causes the @bazel/jasmine
package to be installed as a Bazel workspace named npm_bazel_jasmine
.
These rules let you run tests outside of a browser. This is typically faster than launching a test in Karma, for example.
jasmine_node_test(name, srcs, data, deps, expected_exit_code, tags, jasmine, **kwargs)
Runs tests in NodeJS using the Jasmine test runner.
To debug the test, see debugging notes in nodejs_test
.
name |
name of the resulting label |
srcs |
JavaScript source files containing Jasmine specs |
data |
Runtime dependencies which will be loaded while the test executes |
deps |
Other targets which produce JavaScript, such as ts_library |
expected_exit_code |
The expected exit code for the test. Defaults to 0. |
tags |
bazel tags applied to test |
jasmine |
a label providing the jasmine dependency |
**kwargs |
remaining arguments are passed to the test rule |
FAQs
Run Jasmine tests under Bazel
The npm package @bazel/jasmine receives a total of 17,854 weekly downloads. As such, @bazel/jasmine popularity was classified as popular.
We found that @bazel/jasmine demonstrated a not healthy version release cadence and project activity because the last version was released 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.