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.4.4 to 0.4.5

5

lib/templates.js

@@ -166,4 +166,5 @@ var saddle = require('saddle');

View.prototype._isComponent = function(context) {
return this.componentFactory &&
context.attributes && !context.attributes.extend;
if (!this.componentFactory) return false;
if (context.attributes && context.attributes.extend) return false;
return true;
};

@@ -170,0 +171,0 @@ View.prototype._initComponent = function(context) {

2

package.json
{
"name": "derby-templates",
"version": "0.4.4",
"version": "0.4.5",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

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