New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

derby-parsing

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

derby-parsing - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

4

lib/index.js

@@ -312,4 +312,4 @@ var htmlUtil = require('html-util');

function createDynamicViewInstance(expression, attributes, hooks) {
var viewInstance = new templates.DynamicViewInstance(expression, attributes, hooks);
function createDynamicViewInstance(expression, attributes, hooks, initHooks) {
var viewInstance = new templates.DynamicViewInstance(expression, attributes, hooks, initHooks);
// Wrap the viewInstance in a block with the same expression, so that it is

@@ -316,0 +316,0 @@ // re-rendered when any of its dependencies change

{
"name": "derby-parsing",
"version": "0.4.1",
"version": "0.4.2",
"description": "Add HTML template parsing to Derby",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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