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

skydiet-lib-node

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skydiet-lib-node - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

2

dist/index.js

@@ -40,3 +40,3 @@ "use strict";

});
return { questions: currentAttendenceQuestionsNew, autoAnswers: options.disableAutoAnswers ? [] : questionsAutoAnswereds };
return { questions: currentAttendenceQuestionsNew, autoAnswers: questionsAutoAnswereds };
};

@@ -43,0 +43,0 @@ exports.processAnswer = processAnswer;

{
"name": "skydiet-lib-node",
"version": "1.0.16",
"version": "1.0.17",
"description": "Biblioteca para funções skydiet",

@@ -5,0 +5,0 @@ "author": "Daniel Cabral <cabralconsultoriaemsoftware@gmail.com>",

@@ -37,2 +37,4 @@ /* eslint-disable @typescript-eslint/no-unused-vars */

let currentAttendenceQuestionsNew = options.currentAttendenceQuestions.filter((q: IAttendanceQuestion) => !childsDisableds.map((disabled: IAttendanceQuestion) => disabled._id).includes(q._id));

@@ -53,3 +55,3 @@ currentAttendenceQuestionsNew = [...currentAttendenceQuestionsNew, ...childsReleaseds]

})
return { questions: currentAttendenceQuestionsNew, autoAnswers: options.disableAutoAnswers ? [] : questionsAutoAnswereds}
return { questions: currentAttendenceQuestionsNew, autoAnswers: questionsAutoAnswereds }
}

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