Socket
Socket
Sign inDemoInstall

qcobjects-cli

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qcobjects-cli - npm Package Compare versions

Comparing version 0.1.133 to 0.1.134

7

backend/com.qcobjects.backend.microservice.static.js

@@ -57,3 +57,7 @@ /**

console.log(fd);
stream.respondWithFD(fd, headers);
try {
stream.respondWithFD(fd, headers);
} catch (e){
logger.debug("Something went wrong while sending headers...");
}
stream.on("close", () => {

@@ -66,2 +70,3 @@ logger.info("closing file "+ fileName);

} catch (e){
logger.debug("ERROR NOT FOUND");
if (e.errno==-2){

@@ -68,0 +73,0 @@ const headers = {

2

package.json
{
"name": "qcobjects-cli",
"version": "0.1.133",
"version": "0.1.134",
"description": "qcobjects cli command line tool",

@@ -5,0 +5,0 @@ "main": "qcobjects-cli.js",

Sorry, the diff of this file is not supported yet

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