New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.7.4 to 0.7.6

2

package.json
{
"name": "interpolate-json",
"version": "0.7.4",
"version": "0.7.6",
"description": "Interpolate a Javascript Object or string with json - Advanced",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -153,3 +153,3 @@ # interpolate-json [![NPM version](https://img.shields.io/npm/v/interpolate-json.svg?style=plastic)](https://www.npmjs.com/package/interpolate-json)

Each section can be individually set through Environment Variables INTERPOLATE_OPTION_[*CONFIGNAME*] (or you can also set it inside [`values`](#values) or json type [`obj`](#obj). See an extreme [Example](tests/config.func.custom.option.json))
The [`options`](#options) setup. Each section can be individually set through Environment Variables INTERPOLATE_OPTION_[*CONFIGNAME*] (or you can also set it inside [`values`](#values) or `json` type [`obj`](#obj). See an extreme [Example](tests/config.func.custom.option.json))

@@ -232,2 +232,4 @@ ###### debug

> This option is only applicable to `json` type [`obj`](#obj)
> It should not also be touched either unless really needed. Should be a single character (preferably a special character, e.g. #, =, *, <, >, ~ etc).

@@ -260,2 +262,12 @@

```javascript
// Syntax I
const interpolation = require('interpolate-json');
interpolation.expand(obj, value);
// Syntax II
const { expand } = require('interpolate-json');
expand(obj, value);
```
#### debug()

@@ -262,0 +274,0 @@

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