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 Versions

13
6

2.1.1

Diff

Changelog

Source

2.1.1

  • polished gulp
  • upgraded packages
tamalpatra
published 2.1.0 •

Changelog

Source

2.1.0

  • travis - test twice (before minification & after)
  • deploy on minimum node version upgrade
  • travis change to add latest
  • node minimum version update
tamalpatra
published 2.0.3 •

Changelog

Source

2.0.3

  • minor rename & documentation update
tamalpatra
published 2.0.2 •

Changelog

Source

2.0.2

  • Fixing #3
  • Regex sticky mess
tamalpatra
published 2.0.1 •

Changelog

Source

2.0.1

  • fix non debug typo
  • extra tests
tamalpatra
published 2.0.0 •

Changelog

Source

2.0.0

Changes
  • declaration syntax.
    // declare the variable at the beginning
    const interpolation = require('interpolate-json').interpolation;
    // or
    const { interpolation } = require('interpolate-json');
    
  • removed reset()
  • suffix is mandatory if function expression is used.
  • subKeyPointer is restricted to dot(.), hash(#), underscore(_) & colon(:) (or it's multiple, like: :: etc)
  • funcSpecifier is fixed to equal(=)
  • escapeSpecifier is fixed to star(*)
  • improved coding standards
tamalpatra
published 2.0.0-beta.2 •

tamalpatra
published 2.0.0-beta.1 •

tamalpatra
published 2.0.0-beta.0 •

tamalpatra
published 2.0.0-alpha.2 •

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