Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
mobify-capturejs
Advanced tools
A library for capturing your DOM.
Right now, there are no instructions on how to use capture.js standalone. Please go to www.mobifyjs.com for information on how to use capturing.
Get NodeJS v8.10 with npm v5.7: https://nodejs.org/en/download/
npm install
$(npm bin)/bower install
Then, run the following command to watch and build the capture.js file as you develop:
$(npm bin)/grunt serve
To run the tests in your browser
$(npm bin)/grunt serve
open http://localhost:3000/tests/index.html
To run the tests from the commandline
$(npm bin)/grunt test
To run the tests across several browsers using suacelabs
export SAUCE_USERNAME=<saucelabs username>
export SAUCE_ACCESS_KEY=<saucelabs access key>
$(npm bin)/grunt saucelabs
You can monitor test progress via the suacelabs dashbaord: https://app.saucelabs.com/dashboard/tests
The test suite will likely take several minutes to run across the test matrix
defined in Gruntfile.js
Then, do the following to ship the change:
Talk to @stellafang, @noahadams or @johnboxall
FAQs
A library for capturing your DOM.
The npm package mobify-capturejs receives a total of 0 weekly downloads. As such, mobify-capturejs popularity was classified as not popular.
We found that mobify-capturejs 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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
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.