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

attiny-common

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

attiny-common - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

3

lib/index.js

@@ -126,3 +126,4 @@ /*

this.reset.high();
setTimeout(callback, 75);
// for Tessel 2, need to wait .1 seconds so that the attiny will reboot before acking
setTimeout(callback, 100);
}

@@ -129,0 +130,0 @@

{
"name": "attiny-common",
"version": "0.0.6",
"version": "0.0.7",
"description": "A common library for Tessel's ATTiny based modules",

@@ -19,3 +19,3 @@ "main": "./lib/index.js",

"dependencies" : {
"avr-isp": "~0.0.3",
"avr-isp": "0.0.4",
"sync-queue" : "~0.0.1"

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