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

DOMBuilder

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

DOMBuilder - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

2

lib/dombuilder/template.js

@@ -14,3 +14,3 @@ var DOMBuilder = require('./core')

/** RegExp for specifying the loop variable for a ForNode. */
var FOR_RE = /( in )([\w_]+)$/
var FOR_RE = /( in )([\.\w_]+)$/
/** Separator for specifying multiple variable names to be unpacked. */

@@ -17,0 +17,0 @@ var UNPACK_SEPARATOR_RE = /, ?/

{
"name": "DOMBuilder"
, "description": "Builder library - generate HTML with an API which is also usable in the browser"
, "version": "2.1.2"
, "version": "2.1.3"
, "author": "Jonathan Buchanan <jonathan.buchanan@gmail.com> (https://github.com/insin)"

@@ -6,0 +6,0 @@ , "tags": ["dualsided", "DOM", "HTML", "builder", "templates"]

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