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.3 to 3.1.4

3

monkberry.js

@@ -338,3 +338,4 @@ (function (document) {

for (var i = 0; i < this.nodes.length; i++) {
if (this.nodes[i].matches(query)) {
// TODO: Use polyfill for work in Opera 12.16.
if (this.nodes[i].matches && this.nodes[i].matches(query)) {
return this.nodes[i];

@@ -341,0 +342,0 @@ }

{
"name": "monkberry",
"version": "3.1.3",
"version": "3.1.4",
"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