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

espruino

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

espruino - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

3

core/serial.js

@@ -185,3 +185,3 @@ (function() {

var d = undefined;
var split = { start:writeData[0].blockSize, end:writeData[0].blockSize, delay:50 };
var split = { start:writeData[0].blockSize, end:writeData[0].blockSize, delay:0 };
// if we get something like Ctrl-C or `reset`, wait a bit for it to complete

@@ -211,2 +211,3 @@ if (!sendingBinary) {

if (writeData[0].data.length>split.end) {
if (split.delay==0) split.delay=50;
d = writeData[0].data.substr(0,split.end);

@@ -213,0 +214,0 @@ writeData[0].data = writeData[0].data.substr(split.end);

{
"name": "espruino",
"version": "0.0.21",
"version": "0.0.22",
"description": "Command Line Interface and library for Communications with Espruino JavaScript Microcontrollers",

@@ -5,0 +5,0 @@ "main": "index.js",

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