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

@chatium/json

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chatium/json - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

3

lib/utils/children.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.flattenChildren = void 0;
const util_1 = require("util");
async function flattenChildren(children) {

@@ -44,3 +43,3 @@ const result = [];

function isPromise(b) {
return util_1.types.isPromise(b);
return !!b && typeof b.then === 'function';
}

@@ -47,0 +46,0 @@ /**

{
"name": "@chatium/json",
"version": "0.1.7",
"version": "0.1.8",
"description": "Chatium-JSON UI browser format specification and reference implementation for JS/TS",

@@ -5,0 +5,0 @@ "main": "lib/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