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

blendmicro

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blendmicro - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

History.txt

@@ -0,1 +1,5 @@

=== 0.0.5 2014-06-14
* add method BlemdMicro#updateRssi(err, rssi)
=== 0.0.4 2014-06-14

@@ -2,0 +6,0 @@

@@ -124,2 +124,7 @@ (function() {

BlendMicro.prototype.updateRssi = function(callback) {
var _ref;
return (_ref = this.peripheral) != null ? _ref.updateRssi(callback) : void 0;
};
return BlendMicro;

@@ -126,0 +131,0 @@

2

package.json
{
"name": "blendmicro",
"private": false,
"version": "0.0.4",
"version": "0.0.5",
"description": "BlendMicro Node Lib",

@@ -6,0 +6,0 @@ "main": "lib/blendmicro.js",

@@ -12,2 +12,5 @@ var BlendMicro = require(__dirname+'/../../');

console.log(data.toString());
bm.updateRssi(function(err, rssi){
console.log("rssi:"+rssi);
});
});

@@ -14,0 +17,0 @@

Sorry, the diff of this file is not supported yet

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