Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

weblab-usb-detection

gwstarup17MIT0.2.0

Fork from github.com/MadLittleMods/node-usb-detection

gw

readme

changelog

Changelog

v1.3.0 - 2015-10-11

  • Add compatibility for Node 4
    • Upgrade nan dependency nan@2.x. Thank you @lorenc-tomasz

v1.2.0 - 2015-6-12

  • New maintainer/owner @MadLittleMods. Previously maintained by @adrai :+1:
  • Add tests npm test
  • find now also returns a promise
  • Format js and c++
    • Added eslint file, linter code style guidelines
  • Alias insert as the add event name for .on
  • Update readme
    • Fix usage section .on callbacks which do not actually have a err parameter passed to the callback
    • Add API section to document clearly all of the methods and events emitted
    • Add test instructions

v1.1.0

  • Add support for Node v0.12.x

v1.0.3

  • revert "ready for node >= 0.11.4"

v1.0.2

  • fixed issues found via cppcheck

v1.0.1

  • ready for node >= 0.11.4

v1.0.0

  • first release