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

node-ble

Package Overview
Dependencies
Maintainers
1
Versions
16
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.1.0 to 1.2.0

14

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.1.0",
"version": "1.2.0",
"repository": "https://github.com/chrvadala/node-ble.git",

@@ -32,3 +32,3 @@ "author": "chrvadala",

"ci": "npm-run-all standard coverage",
"preversion": "npm-run-all standard test"
"build": "exit 0"
},

@@ -39,9 +39,9 @@ "dependencies": {

"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@types/jest": "^25.1.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "^7.10.1",
"@types/jest": "^25.2.3",
"dotenv": "^8.2.0",
"jest": "^25.1.0",
"jest": "^26.0.1",
"npm-run-all": "^4.1.5",
"standard": "^14.3.3"
"standard": "^14.3.4"
},

@@ -48,0 +48,0 @@ "standard": {

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

- **1.1** - Migrates to gh-workflows
- **1.2** - Upgrades deps

@@ -226,0 +227,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