New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.3 to 3.0.4

11

monkberry.js

@@ -38,3 +38,3 @@ (function (document) {

// Render new view.
var view = this._render(template);
var view = this.render(template);

@@ -74,3 +74,3 @@ // Set view hierarchy.

// Render new view.
var view = this._render(template);
var view = this.render(template);

@@ -102,9 +102,2 @@ // Set view hierarchy.

Monkberry.prototype.render = function (name, values, noCache) {
return this._render(name, values, noCache);
};
/**
* This method is used only for private rendering of views.
*/
Monkberry.prototype._render = function (name, values, noCache) {
noCache = noCache || false;

@@ -111,0 +104,0 @@

2

package.json
{
"name": "monkberry",
"version": "3.0.3",
"version": "3.0.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