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

noble

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noble - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

7

install.js

@@ -16,3 +16,8 @@ var os = require('os');

} else if (platform === 'linux') {
process.exit(0);
console.log('noble install: running node-gyp ...');
exec('node-gyp configure build', function(error, stdout, stderr) {
console.log('noble install: done');
process.exit(error ? -1 : 0);
});
} else {

@@ -19,0 +24,0 @@ console.error('noble install: Your platform is not supported!');

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A node.js BLE (Bluetooth low energy) library.",
"version": "0.2.0",
"version": "0.2.1",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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