🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@rainbowatcher/toml-edit-js

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rainbowatcher/toml-edit-js - npm Package Compare versions

Comparing version
0.6.0
to
0.6.1
+1
-1
package.json
{
"name": "@rainbowatcher/toml-edit-js",
"type": "module",
"version": "0.6.0",
"version": "0.6.1",
"description": "Edit TOML files in JavaScript",

@@ -6,0 +6,0 @@ "author": "rainbowatcher <rainobw-w@qq.com>",

@@ -8,3 +8,3 @@ /* tslint:disable */

interface IEditOptions {
interface IStringifyOptions {
/**

@@ -17,4 +17,4 @@ * whether add the final newline

/**
* Write data in InlineTable format when the value to be written is a object type and inline is set to true
* @default true
* prefer inline table style
* @default false
*/

@@ -26,3 +26,3 @@ inline?: boolean;

interface IStringifyOptions {
interface IEditOptions {
/**

@@ -35,4 +35,4 @@ * whether add the final newline

/**
* prefer inline table style
* @default false
* Write data in InlineTable format when the value to be written is a object type and inline is set to true
* @default true
*/

@@ -39,0 +39,0 @@ inline?: boolean;

Sorry, the diff of this file is not supported yet