Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

check-data

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-data - npm Package Compare versions

Comparing version 1.3.9 to 1.4.0

6

index.js

@@ -312,6 +312,6 @@ "use strict";

for (let key in result) {
if (result[key]) {
if (result[key] === undefined) {
delete result[key]
} else {
start = false
} else {
delete result[key]
}

@@ -318,0 +318,0 @@ }

{
"name": "check-data",
"version": "1.3.9",
"version": "1.4.0",
"description": "JS数据验证器",

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

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