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

monkberry

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monkberry - npm Package Compare versions

Comparing version 3.1.5 to 3.1.6

4

lib/compiler/element/svg.js

@@ -15,6 +15,2 @@ 'use strict';

if (this.name == 'svg') {
this.construct.push((0, _sourceNode.sourceNode)(this.loc, [this.nodeName, ".setAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns:xlink', 'http://www.w3.org/1999/xlink');"]));
}
var children = (0, _utils.map)(this.body, function (node) {

@@ -21,0 +17,0 @@ node.parent = _this; // This is needed for backward lookup then optimizing "if" and "for".

@@ -5,3 +5,2 @@ (function (document) {

* @class
* @constructor
*/

@@ -8,0 +7,0 @@ function Monkberry() {

2

package.json
{
"name": "monkberry",
"version": "3.1.5",
"version": "3.1.6",
"description": "JavaScript DOM Template Engine",

@@ -5,0 +5,0 @@ "bin": "bin/monkberry",

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