Socket
Socket
Sign inDemoInstall

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.0 to 0.3.1

4

lib/templates.js

@@ -479,3 +479,3 @@ var saddle = require('saddle');

var node = traverseAndCreate(context.controller, this.segments);
this.object = node[this.lastSegment] = {};
this.object = node[this.lastSegment] || (node[this.lastSegment] = {});
}

@@ -515,3 +515,3 @@ var key = this.keyExpression.get(context);

var node = traverseAndCreate(context.controller, this.segments);
this.array = node[this.lastSegment] = [];
this.array = node[this.lastSegment] || (node[this.lastSegment] = []);
}

@@ -518,0 +518,0 @@

{
"name": "derby-templates",
"version": "0.3.0",
"version": "0.3.1",
"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