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

bluetooth-terminal

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluetooth-terminal - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

12

package.json
{
"name": "bluetooth-terminal",
"version": "1.3.5",
"version": "1.3.6",
"description": "ES6 class for serial communication with Bluetooth Low Energy (Smart) devices",
"main": "./src/BluetoothTerminal.js",
"scripts": {
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha",
"coveralls": "npm run coverage -- --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"lint": "eslint src test",

@@ -37,10 +37,10 @@ "test": "mocha"

"coveralls": "^3.0.3",
"eslint": "^5.14.1",
"eslint": "^5.16.0",
"eslint-config-google": "^0.12.0",
"istanbul": "^0.4.5",
"jsdom": "^13.2.0",
"jsdom": "^14.0.0",
"mocha": "^6.0.2",
"sinon": "^7.2.4",
"sinon": "^7.3.1",
"web-bluetooth-mock": "^1.0.2"
}
}
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