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.22 to 1.0.23

2

dist/index.js

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

console.log("## respondeu", question._id);
unansereds = unansereds.filter((q) => q._id === question._id);
unansereds = unansereds.filter((q) => q._id !== question._id);
answereds.push(question);

@@ -187,0 +187,0 @@ answereds = [...answereds, ...checkUnanswereds(unansereds)];

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

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

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

console.log("## respondeu", question._id)
unansereds = unansereds.filter((q: IAttendanceQuestion) => q._id === question._id)
unansereds = unansereds.filter((q: IAttendanceQuestion) => q._id !== question._id)
answereds.push(question)

@@ -225,0 +225,0 @@ answereds = [...answereds, ...checkUnanswereds(unansereds)]

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