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.13 to 1.0.14

2

dist/index.js

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

let questionsAutoAnswereds = [];
if (options.disableAutoAnswers !== false) {
if (!options.disableAutoAnswers) {
questionsAutoAnswereds = getQuestionsAutoAnswereds(question.codeAnswer, questionsAnswereds, options.bankQuestions, options.attendanceMetActivities ?? []);

@@ -37,0 +37,0 @@ currentAttendenceQuestionsNew.forEach((aq) => {

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

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

@@ -48,3 +48,3 @@ /* eslint-disable @typescript-eslint/no-unused-vars */

let questionsAutoAnswereds: IAttendanceQuestion[] = []
if (options.disableAutoAnswers !== false) {
if (!options.disableAutoAnswers) {
questionsAutoAnswereds = getQuestionsAutoAnswereds(question.codeAnswer, questionsAnswereds, options.bankQuestions, options.attendanceMetActivities ?? [])

@@ -51,0 +51,0 @@ currentAttendenceQuestionsNew.forEach((aq: IAttendanceQuestion) => {

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