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

@canboat/canboatjs

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canboat/canboatjs - npm Package Compare versions

Comparing version 1.19.0 to 1.20.0

bin/actisense-file

4

lib/serial.js

@@ -612,3 +612,5 @@ /**

SerialStream.prototype.end = function () {
this.serial.close()
if ( this.serial ) {
this.serial.close()
}
}

@@ -615,0 +617,0 @@

{
"name": "@canboat/canboatjs",
"version": "1.19.0",
"version": "1.20.0",
"description": "Native javascript version of canboat",

@@ -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