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

node-ble

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ble - npm Package Compare versions

Comparing version 0.0.0 to 0.0.2

example.js

50

package.json
{
"name": "node-ble",
"version": "0.0.0",
"main": "index.js",
"description": "Bluetooth Low Energy (BLE) library written with only Javascript (no bindings) - baked by Bluez via DBus",
"version": "0.0.2",
"repository": "https://github.com/chrvadala/node-ble.git",
"author": "chrvadala",
"license": "MIT",
"private": false
"main": "./src/index.js",
"files": [
"*.md",
"src",
"test",
"test-e2e",
"example.js"
],
"keywords": [
"bluetooth-low-energy",
"ble",
"bluetooth-peripherals",
"bluez",
"bluez-dbus",
"bluetooth",
"bluetooth-le"
],
"homepage": "https://github.com/chrvadala/node-ble",
"scripts": {
"test": "jest --testPathIgnorePatterns=e2e.spec.js",
"test:e2e": "jest",
"test:ci": "standard && yarn test && yarn coveralls",
"version": "yarn test && yarn standard",
"coveralls": "jest --coverage --coverageReporters=text-lcov --testPathIgnorePatterns=e2e.spec.js | coveralls"
},
"dependencies": {
"dbus-next": "^0.8.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@types/jest": "^25.1.3",
"coveralls": "^3.0.11",
"dotenv": "^8.2.0",
"jest": "^25.1.0",
"standard": "^14.3.3"
},
"standard": {
"ignore": [
"example.js",
"test/__interfaces/**.js"
]
}
}
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