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

@smartface/marketplace-service

Package Overview
Dependencies
Maintainers
7
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartface/marketplace-service - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "@smartface/marketplace-service",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "marketplace-service.js",

@@ -79,3 +79,3 @@ var bytes = require("bytes");

res = "\r" + this.title + ": " + rptSpace(this.percent, 3) +
`${bytes(this.total, {unitSeparator: " "})} completed in` + beautyTime(this.elapsedTime) + " ".repeat(40) + "\n\r";
`${bytes(this.total, {unitSeparator: " "})} completed in` + beautyTime(this.elapsedTime) + " ".repeat(40) + "\r";
}

@@ -82,0 +82,0 @@ else {

@@ -171,3 +171,3 @@ const fs = require('fs');

proginfo.onFinish = function() {
utility.writeMessage("\r\nAwaiting response from server...");
utility.writeMessage("Awaiting response from server...");
};

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