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

varson

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

varson - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

index.js

@@ -51,3 +51,3 @@ 'use strict';

}
if (typeof value === 'object') {
if (value && typeof value === 'object') {
return processPart(value, parent[key]);

@@ -54,0 +54,0 @@ }

{
"name": "varson",
"version": "2.0.0",
"version": "2.0.1",
"description": "",

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

## varson [![Build Status](https://travis-ci.org/firstandthird/varson.svg?branch=master)](https://travis-ci.org/firstandthird/varson)
[![Greenkeeper badge](https://badges.greenkeeper.io/firstandthird/varson.svg)](https://greenkeeper.io/)

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