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

djedi-json

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djedi-json - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

build/index.esm.js

@@ -1911,3 +1911,3 @@ import * as React from 'react';

var config = _a.config, tree = _a.tree;
if (tree === undefined || !Array.isArray(tree)) {
if (tree === undefined) {
return null;

@@ -1914,0 +1914,0 @@ }

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

var config = _a.config, tree = _a.tree;
if (tree === undefined || !Array.isArray(tree)) {
if (tree === undefined) {
return null;

@@ -1942,0 +1942,0 @@ }

{
"name": "djedi-json",
"version": "0.2.1",
"version": "0.2.2",
"main": "build/index.js",

@@ -5,0 +5,0 @@ "module": "build/index.esm.js",

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