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

bs2-programmer

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs2-programmer - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

2

lib/programmer.js

@@ -72,3 +72,3 @@ 'use strict';

})
.timeout(200, new Error(revision.name + ' did not respond. Check power, connection, or maybe this is not a ' + revision.name))
.timeout(200, new Error('Board did not respond, check power and connection.'))
.then(revision.lookup);

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

{
"name": "bs2-programmer",
"version": "2.3.1",
"version": "2.3.2",
"description": "Upload tokenized hex to Basic Stamp 2",

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

@@ -28,3 +28,3 @@ 'use strict';

Code.expect(error).to.exist();
Code.expect(error.message).to.equal('BS2 did not respond. Check power, connection, or maybe this is not a BS2');
Code.expect(error.message).to.equal('Board did not respond, check power and connection.');
done();

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