Socket
Socket
Sign inDemoInstall

builder-util

Package Overview
Dependencies
Maintainers
2
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder-util - npm Package Compare versions

Comparing version 23.3.0 to 23.3.3

2

out/deepAssign.js

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

if (Array.isArray(prevValue) && Array.isArray(value)) {
target[key] = prevValue.concat(value);
target[key] = Array.from(new Set(prevValue.concat(value)));
}

@@ -24,0 +24,0 @@ else {

{
"name": "builder-util",
"version": "23.3.0",
"version": "23.3.3",
"main": "out/util.js",

@@ -5,0 +5,0 @@ "author": "Vladimir Krivosheev",

Sorry, the diff of this file is not supported yet

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