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

interpolate-json

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

interpolate-json - npm Package Compare versions

Comparing version 2.0.0-beta.0 to 2.0.0-beta.1

2

package.json
{
"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`

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