![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
A browserify transform for the istanbul code coverage tool using the nyc CLI.
This is a fork of the original browserify-istanbul.
npm install --save-dev carpetify
This library should be used as a transform to your browserify bundle -- it will instrument the code in the bundle that doesn't match the ignore filter.
Please see the browserify repo for full instructions on how to use browserify plugins.
You can pass in several configuration options to the plugin:
defaultIgnore:boolean
- use the default ignores or notignore:array(string)
- an array of strings to pass to minimatch to ignore files.stripBasePath:boolean
- by default the full path to the file on your disk will be provided. This can be a problem if you want to use the default ignores but your parent directory contains one of the ignores. This will strip off the leading directories, allowing coverage to workThis will instrument all the code and generate a coverage report, attached to the window object in the browser. You'll likely need another tool to deal with this, you might want to check out:
MIT
FAQs
A browserify transform for the istanbul code coverage tool
The npm package carpetify receives a total of 2 weekly downloads. As such, carpetify popularity was classified as not popular.
We found that carpetify 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.