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

bambu-cli

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

bambu-cli - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

9

lib/status.js

@@ -281,3 +281,10 @@ const cfg = require('./config.js');

let stamp = (Date.now() + (t * 60) * 1000);
return tt.calc(new Date(), stamp).replace(', 0 seconds', '').replace('ours', '').replace('inutes', '').replace(/ /g, '');
return tt.calc(new Date(), stamp)
.replace(', 0 seconds', '')
.replace('s', '')
.replace('ours', '')
.replace('our', '')
.replace('inutes', '')
.replace('inute', '')
.replace(/ /g, '');
};

@@ -284,0 +291,0 @@

2

package.json
{
"name": "bambu-cli",
"version": "1.0.8",
"version": "1.0.9",
"description": "Bambulabs CLI for printers",

@@ -5,0 +5,0 @@ "keywords": [

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