Comparing version 0.0.8 to 0.0.9
@@ -92,3 +92,3 @@ /* | ||
class ftdi extends EventTarget { | ||
export default class ftdi extends EventTarget { | ||
constructor(vendorId, productId, options) { | ||
@@ -211,3 +211,1 @@ super(); | ||
} | ||
module.exports = ftdi; |
{ | ||
"name": "ftdi-js", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "description": "FTDI user-space driver for Node.js/Electron in pure JS", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7661
214