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.28 to 1.0.29

2

dist/index.js

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

if (Array.isArray(currentValue[field])) {
ids[field] = Array.from(new Set([...ids[field], ...currentValue[field]]));
ids[field] = Array.from(new Set([...(ids[field] ?? []), ...currentValue[field]]));
}

@@ -59,0 +59,0 @@ else {

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

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

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

if (Array.isArray(currentValue[field])) {
ids[field] = Array.from(new Set([...ids[field], ...currentValue[field]]));
ids[field] = Array.from(new Set([...(ids[field] ?? []), ...currentValue[field]]));
} else {

@@ -80,0 +80,0 @@ ids[field] = currentValue[field]

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