🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

wifi-cc3000

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wifi-cc3000 - npm Package Compare versions

Comparing version

to
0.0.1

index.js

4

package.json
{
"name": "wifi-cc3000",
"version": "0.0.0",
"description": "cc3000 driver for Tessel",
"version": "0.0.1",
"description": "Deprecated cc3000 driver for Tessel",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

wifi-cc3000
===========
wifi-cc3000 driver
Deprecated. The wifi-cc3000 lib is now included with Tessel's firmware. Do not `npm install` this package.
The following should work out of the box on Tessel:
```
var wifi = require('wifi-cc3000');
console.log("is wifi connected? ", wifi.isConnected());
```