interpolate-json
Advanced tools
Comparing version 2.0.0-beta.0 to 2.0.0-beta.1
{ | ||
"name": "interpolate-json", | ||
"version": "2.0.0-beta.0", | ||
"version": "2.0.0-beta.1", | ||
"description": "Interpolate a Javascript Object or String with json - Advanced", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -141,3 +141,3 @@ # interpolate-json [![NPM version](https://img.shields.io/npm/v/interpolate-json.svg?style=plastic)](https://www.npmjs.com/package/interpolate-json) | ||
``` | ||
more in [`Configurations`](#Configurations) | ||
more in [`Configurations`](#configurations) | ||
@@ -156,10 +156,2 @@ #### returns: | ||
###### debug | ||
- type: `boolean` | ||
- default: `false` | ||
- Environment Variable override: `INTERPOLATE_OPTION_DEBUG` | ||
Set it true to turn on logging to help debug why certain things are not working as expected. Can be turned on [globally](#debug-1). | ||
###### prefix | ||
@@ -187,3 +179,3 @@ | ||
The json object tree sub-node pointer for interpolation parameter. | ||
The json object tree sub-node pointer for interpolation parameter. The possible value is restricted to dot(`.`), hash(`#`), underscore(`_`) & colon(`:`) (or it's multiple, like: `::` etc) | ||
@@ -214,3 +206,3 @@ ```javascript | ||
###### funcSpecifier\* | ||
###### funcSpecifier \*(read-only) | ||
@@ -222,3 +214,3 @@ - type: `string` | ||
###### escapeSpecifier\* | ||
###### escapeSpecifier \*(read-only) | ||
@@ -253,3 +245,3 @@ - type: `string` | ||
Described so far since [`Declaration`](#Declaration) & [`Definition`](#Definition). | ||
Described so far since [`Declaration`](#declaration) & [`Definition`](#definition). | ||
@@ -268,3 +260,3 @@ ```javascript | ||
Globally turn on [`debug`](#debug) flag. If set to `true`, it'll write console output of detailed operations. | ||
Globally turn on `debug` flag. If set to `true`, it'll write console output of detailed operations to help debug why certain things are (not) working as expected. | ||
@@ -271,0 +263,0 @@ Can also be turned on via setting Environment Variable `INTERPOLATE_OPTION_DEBUG` to `true` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18474
266