New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

abstract-io

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-io - npm Package Versions

1.6.0

Diff
nebrius
published 1.6.0 •

Changelog

Source

1.6.0 (2019-3-11)

  • Added missing overload for i2cWrite
nebrius
published 1.5.1 •

Changelog

Source

1.5.1 (2019-2-20)

  • Fixed a typo, now reads Mode.UNKNOWN instead of Mode.UNKOWN
nebrius
published 1.5.0 •

Changelog

Source

1.5.0 (2019-2-6)

  • Added the ability for the value property on the pins array to be equal to null, representing a non-GPIO pin
nebrius
published 1.4.0 •

Changelog

Source

1.4.0 (2019-2-5)

  • Added the ability to pass a string representing a pin (in addition to number) for serverConfig
nebrius
published 1.3.0 •

Changelog

Source

1.3.0 (2019-1-11)

  • Added queryCapabilities, queryAnalogMapping, and queryPinState methods
nebrius
published 1.2.1 •

Changelog

Source

1.2.1 (2019-1-11)

  • Fixed a bug where certain readonly properties weren't correctly reporting they are frozen objects/arrays
nebrius
published 1.2.0 •

Changelog

Source

1.2.0 (2019-1-10)

  • Normalized unsupported error messages to always say reset is not supported by ${this.name}
nebrius
published 1.1.0 •

Changelog

Source

1.1.0 (2019-1-9)

  • Added missing SERIAL_PORT_IDs property from the IO Plugin spec
nebrius
published 1.0.1 •

Changelog

Source

1.0.1 (2019-1-7)

  • Fixed a spelling error
nebrius
published 1.0.0 •

Changelog

Source

1.0.0 (2018-12-11)

  • Initial implementation