New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

karl-common-util

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karl-common-util - npm Package Compare versions

Comparing version 1.5.6 to 1.5.7

4

dist/array/index.js

@@ -52,2 +52,6 @@ "use strict";

var v = vJson[id];
if (findEle[id] === undefined || findEle[id] === null || typeof findEle[id] === "string") {
findEle[id] = 0;
}
switch (type) {

@@ -54,0 +58,0 @@ case "sum":

2

package.json
{
"name": "karl-common-util",
"version": "1.5.6",
"version": "1.5.7",
"description": "karl common lib for client and server",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -41,2 +41,6 @@ if (!Array.prototype.aggregate) {

let v = vJson[id]
if (findEle[id] === undefined || findEle[id] === null || typeof(findEle[id]) === "string") {
findEle[id] = 0
}
switch (type) {

@@ -43,0 +47,0 @@ case "sum":

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