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

4

lib/templates.js

@@ -478,2 +478,6 @@ var saddle = require('saddle');

AsObject.prototype.type = 'AsObject';
AsObject.prototype.serialize = function() {
var segments = this.segments.concat(this.lastSegment);
return serializeObject.instance(this, segments, this.keyExpression);
};
AsObject.prototype.emit = function(context, target) {

@@ -480,0 +484,0 @@ var node = traverseAndCreate(context.controller, this.segments);

2

package.json
{
"name": "derby-templates",
"version": "0.4.0",
"version": "0.4.1",
"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