Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mobify-capturejs

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobify-capturejs

A library for capturing your DOM.

  • 1.0.7
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

capture.js

A library for capturing your DOM.

npm version

How to use

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.

How to create and ship a change

Install the dependencies:

Get NodeJS v8.10 with npm v5.7: https://nodejs.org/en/download/

npm install
$(npm bin)/bower install

Run the build with a watcher

Then, run the following command to watch and build the capture.js file as you develop:

$(npm bin)/grunt serve

Running tests

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:

  • Make your code changes
  • Ensure the tests still work in your browser, on the commandline, in continuous integration and in Sauce Labs
  • Create a pull-request
  • Get your change reviewed and :+1:'ed

Where to get help

Talk to @stellafang, @noahadams or @johnboxall

FAQs

Package last updated on 01 May 2019

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc