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.2.3 to 0.2.4

6

lib/contexts.js

@@ -106,3 +106,7 @@ exports.ContextMeta = ContextMeta;

Context.prototype.forRelative = function(expression) {
return (this.expression === expression) ? this.parent : this;
var context = this;
while (context && context.expression === expression || context.view) {
context = context.parent;
}
return context;
};

@@ -109,0 +113,0 @@

2

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