Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.2 to 1.4.3

2

dist/array/index.js

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

value.forEach(function (d1) {
vJson[d1.id] = data[d1.id];
vJson[d1.id] = d[d1.id];
});

@@ -26,0 +26,0 @@ //判断是否包含key

{
"name": "karl-common-util",
"version": "1.4.2",
"version": "1.4.3",
"description": "karl common lib for client and server",

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

@@ -16,3 +16,3 @@ if (!Array.prototype.aggregate) {

value.forEach(d1 => {
vJson[d1.id] = data[d1.id]
vJson[d1.id] = d[d1.id]
})

@@ -19,0 +19,0 @@ //判断是否包含key

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