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

babyparse

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babyparse - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

4

babyparse.js

@@ -365,5 +365,5 @@ /*

var value = _results.data[i][j];
if (value == "true")
if (value == "true" || value === "TRUE")
_results.data[i][j] = true;
else if (value == "false")
else if (value == "false" || value === "FALSE")
_results.data[i][j] = false;

@@ -370,0 +370,0 @@ else

{
"name": "babyparse",
"version": "0.4.2",
"version": "0.4.3",
"title": "BabyParse",

@@ -5,0 +5,0 @@ "repository": {

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