Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
browser-tap
Advanced tools
A wrapper around tape
that lets you run tests in the browser and see the results in a Chrome Devtools Tab if available.
Best used with babel-plugin-discard-module-references
browser-tap
is just a 3 lines wrapper around tape
providing the exact same API (might change, see the note below).
By default, browser-tap
will output the results in the console, exactly like tape
would do.
If you have the Chrome extension installed, you will be able to control and see a nice output of the test results.
Note: For the moment, tape
relies on nodejs API and is only browser-compliant because it's compiled using browserify
which provides the necessary polyfills.
Later, browser-tap
will probably become a standalone natively browser compliant library exposing the exact same API instead of being a wrapper around tape
.
npm i -S browser-tap
To use it, simply import browser-tap
instead of tape
(or use something like webpack resolve.alias
to have that done automatically).
In the example folder, you'll find a project covering all the major aspects of unit testing a React application. You'll see how simple the configuration is.
browser-tap
value relies greatly in the provided extension. It's not published yet but it's easy to build and install manually. See its README for guidance.
FAQs
TAP reporter as a browser devtool extension
The npm package browser-tap receives a total of 0 weekly downloads. As such, browser-tap popularity was classified as not popular.
We found that browser-tap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.