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

confbox

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

confbox - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

dist/index.d.ts
export { JSON5ParseOptions, JSON5StringifyOptions, parseJSON5 } from './json5.js';
export { JSONCParseError, JSONCParseOptions, parseJSONC } from './jsonc.js';
export { parseYAML, parseYAMLOptions, stringifyYAML, stringifyYAMLOptions } from './yaml.js';
export { parseTOML, stringifyToml } from './toml.js';
export { parseTOML, stringifyTOML } from './toml.js';

@@ -17,4 +17,4 @@ /**

*/
declare function stringifyToml<T = unknown>(text: string): T;
declare function stringifyTOML<T = unknown>(text: string): T;
export { parseTOML, stringifyToml };
export { parseTOML, stringifyTOML };
{
"name": "confbox",
"version": "0.1.4",
"version": "0.1.5",
"description": "Compact and high quality YAML, TOML, JSONC and JSON5 parsers",

@@ -5,0 +5,0 @@ "keywords": [

@@ -5,5 +5,4 @@ # confbox

[![npm version](https://flat.badgen.net/npm/v/confbox?color=yellow)](https://npmjs.com/package/confbox)
[![bundle size](https://flat.badgen.net/bundlephobia/minzip/confbox?color=yellow)](https://bundlephobia.com/package/confbox)
[![install size](https://flat.badgen.net/packagephobia/publish/confbox?color=yellow)](https://packagephobia.com/result?p=confbox)
[![npm version](https://img.shields.io/npm/v/confbox?color=yellow)](https://npmjs.com/package/confbox)
[![bundle size](https://img.shields.io/bundlephobia/minzip/confbox?color=yellow)](https://bundlephobia.com/package/confbox)

@@ -45,3 +44,3 @@ <!-- /automd -->

# ✨ Auto-detect
npx nypm i confbox
npx nypm install confbox

@@ -76,3 +75,3 @@ # npm

parseTOML,
stringifyToml,
stringifyTOML,
} from "confbox";

@@ -90,3 +89,3 @@ ```

parseTOML,
stringifyToml,
stringifyTOML,
} = require("confbox");

@@ -104,3 +103,3 @@ ```

parseTOML,
stringifyToml,
stringifyTOML,
} from "https://esm.sh/confbox";

@@ -129,3 +128,3 @@ ```

### `stringifyToml(text)`
### `stringifyTOML(text)`

@@ -174,8 +173,4 @@ Converts a JavaScript value to a [TOML](https://toml.io/) string.

<<<<<<< HEAD
_🤖 auto updated with [automd](https://automd.unjs.io)_
=======
_🤖 auto updated with [automd](https://automd.unjs.io) (last updated: Wed Apr 10 2024)_
>>>>>>> 2db0d78 (wip)
<!-- /automd -->

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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