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.41 to 1.0.42

3

dist/v2.js

@@ -124,2 +124,5 @@ "use strict";

itemsOfGroup.forEach((aq) => {
if (!aq.questionOrigin) {
return;
}
aq.childs = items.filter((item) => item.category.includes(category) && item.questionOrigin && item.questionParent === aq.questionOrigin);

@@ -126,0 +129,0 @@ });

2

package.json
{
"name": "skydiet-lib-node",
"version": "1.0.41",
"version": "1.0.42",
"description": "Biblioteca para funções skydiet",

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

@@ -141,2 +141,6 @@ import { isEmpty, isNotEmpty } from "c2-util-front";

itemsOfGroup.forEach((aq: IAttendanceQuestion) => {
if (!aq.questionOrigin) {
return
}
aq.childs = items.filter((item: IAttendanceQuestion) => item.category.includes(category) && item.questionOrigin && item.questionParent === aq.questionOrigin)

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