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

nesslab-reader-api

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nesslab-reader-api - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

package.json

@@ -17,3 +17,3 @@ {

],
"version": "0.1.4",
"version": "0.1.5",
"author": {

@@ -20,0 +20,0 @@ "name": "Jayr Alencar",

@@ -163,3 +163,3 @@ # nesslab-reader-api.js

//Antenna 2
reader.on('stateport1', function(state){
reader.on('stateport2', function(state){
console.log(state);

@@ -169,3 +169,3 @@ });

//Antenna 3
reader.on('stateport1', function(state){
reader.on('stateport3', function(state){
console.log(state);

@@ -175,3 +175,3 @@ });

//Antenna 4
reader.on('stateport1', function(state){
reader.on('stateport4', function(state){
console.log(state);

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