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 1.3.0 to 1.4.0

20

package.json
{
"name": "node-ble",
"description": "Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus",
"version": "1.3.0",
"version": "1.4.0",
"repository": "https://github.com/chrvadala/node-ble.git",

@@ -37,14 +37,14 @@ "author": "chrvadala",

"dependencies": {
"dbus-next": "^0.8.2"
"dbus-next": "^0.9.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "^7.10.1",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.13",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.14",
"dotenv": "^8.2.0",
"jest": "^26.0.1",
"jest": "^26.6.3",
"npm-run-all": "^4.1.5",
"standard": "^14.3.4",
"typescript": "^3.9.5"
"standard": "^16.0.3",
"typescript": "^4.1.3"
},

@@ -54,5 +54,5 @@ "standard": {

"example.js",
"test/__interfaces/**.js"
"test/__interfaces/*.js"
]
}
}

@@ -185,2 +185,3 @@ # node-ble

- Ubuntu 18.04.4 LTS
- Ubuntu 20.04 LTS

@@ -193,2 +194,3 @@ ## Changelog

- **1.3** - Adds typescript definitions [#10](https://github.com/chrvadala/node-ble/pull/10)
- **1.4** - Upgrades deps

@@ -195,0 +197,0 @@ ## Contributors

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