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

remixml

Package Overview
Dependencies
Maintainers
1
Versions
346
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remixml - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

2

package.json
{
"name": "remixml",
"version": "1.0.15",
"version": "1.0.16",
"description": "XML/HTML-like macro language/template engine",

@@ -5,0 +5,0 @@ "browser": "remixml.js",

@@ -56,10 +56,10 @@ <h1>Remixml</h1>

- scope:<br />
- <i>scope</i>:<br />
References the primary level in the variables object (the second
argument to parse()).
- variablename:<br />
- <i>variablename</i>:<br />
References second and deeper levels in the variables
object (can contain multiple dots to designate deeper levels, is used
to access both objects and arrays).
- encoding (optional):<br />
- <i>encoding</i> (optional):<br />
Specifies the encoding to be used when substituting the variable.

@@ -76,3 +76,3 @@ The encodings available are:

No encoding, as is, can be abbreviated as ":;".
- formatting (optional):<br />
- <i>formatting</i> (optional):<br />
[printf()-like formatting

@@ -79,0 +79,0 @@ specification](https://en.wikipedia.org/wiki/Printf_format_string)

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