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

semanticdb-common-lib

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semanticdb-common-lib - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

4

dist/lib/semanticdb-common-lib.js

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

var merged = [];
if (arrays.length > 1000)
throw new Error('数据量过大,暂不支持显示');
if (arrays.every(function (array) { return array.length > 10000; }))
throw new Error('数据量过大,暂不支持显示');
arrays.forEach(function (array) {

@@ -107,0 +111,0 @@ array.forEach(function (i) {

@@ -119,2 +119,6 @@ /*! *****************************************************************************

var merged = [];
if (arrays.length > 1000)
throw new Error('数据量过大,暂不支持显示');
if (arrays.every(function (array) { return array.length > 10000; }))
throw new Error('数据量过大,暂不支持显示');
arrays.forEach(function (array) {

@@ -121,0 +125,0 @@ array.forEach(function (i) {

@@ -125,2 +125,6 @@ (function (global, factory) {

var merged = [];
if (arrays.length > 1000)
throw new Error('数据量过大,暂不支持显示');
if (arrays.every(function (array) { return array.length > 10000; }))
throw new Error('数据量过大,暂不支持显示');
arrays.forEach(function (array) {

@@ -127,0 +131,0 @@ array.forEach(function (i) {

2

package.json
{
"name": "semanticdb-common-lib",
"version": "1.0.10",
"version": "1.0.11",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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