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.1 to 0.0.2

4

History.txt

@@ -0,3 +1,7 @@

=== 0.0.2 2014-06-11
* fix README
=== 0.0.1 2014-06-11
* first release

2

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

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

@@ -10,3 +10,8 @@ BlendMicro npm

sites
- https://www.npmjs.org/package/blendmicro
- https://github.com/shokai/blendmicro-node
Install

@@ -55,3 +60,3 @@ -------

### Read/Write
### Read

@@ -62,13 +67,14 @@ ```javascript

// read data
bm.on("data", function(data){
console.log(data.toString());
});
});
```
// write data
setInterval(function(){
bm.write("hello");
});
### Write
});
```javascript
bm.write("hello");
bm.write( new Buffer([1,2,3]) );
```

@@ -75,0 +81,0 @@

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