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

derby-templates

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

derby-templates - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

4

lib/contexts.js

@@ -103,4 +103,4 @@ exports.ContextMeta = ContextMeta;

Context.prototype.viewChild = function(view, attributes, hooks) {
return new Context(this.meta, this.controller, this, this.unbound, null, null, view, attributes, hooks);
Context.prototype.viewChild = function(view, attributes, hooks, initHooks) {
return new Context(this.meta, this.controller, this, this.unbound, null, null, view, attributes, hooks, initHooks);
};

@@ -107,0 +107,0 @@

{
"name": "derby-templates",
"version": "0.3.3",
"version": "0.3.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "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