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

dexter

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dexter

Dexter is a simple Test Helper to mock methods and to fake the Ajax interface. It's framework independent, running with QUnit, Jasmine, Mocha, etc.

  • 0.5.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Dexter JS

Dexter is a simple Test Helper to mock and spy methods and to fake the Ajax interface. It's framework independent, running with QUnit, Jasmine, Mocha, etc.

Build Status Coverage Status

Getting Started

Download the minified version or the development version.

You may also install Dexter from NPM or Bower:

  • NPM: npm install --save-dev dexter
  • Bower: bower install --save-dev dexter

Or build your own copy.

Support

Dexter is supported and tested on:

Node

  • 0.10+

Desktop

  • Firefox 4+
  • Chrome 18+
  • Internet Explorer 9+
  • Safari 7+ (Mac OS)

Mobile

  • Firefox for Android 23+
  • Firefox OS
  • Chrome (Android)
  • iOS 6+

Documentation

The project documentation files are located in https://github.com/leobalter/DexterJS/tree/master/docs

Build

By git cloning this repository you can build your own copy.

First, install the grunt-cli if you haven't before. This should be installed globally (like this: npm install -g grunt-cli).

Then install the project dependencies:

npm install

And build the distribution files:

grunt

The Contributors Hall

You are welcome to join us on the list of contributors for this project on Github.

Please, check the Contributing documentation, there're just a few steps.

License

Copyright (c) 2014 Leonardo Balter && Luan Muniz Licensed under the MIT and GPL licenses.

Keywords

FAQs

Package last updated on 19 Sep 2014

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