New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cortex-handlebars-compiler

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cortex-handlebars-compiler - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

5

index.js

@@ -108,2 +108,3 @@ 'use strict';

Compiler.prototype._combo_handler = function(title, options){
if(!title){return '';}
var self = this;

@@ -114,3 +115,5 @@ var mods = title.split(",");

var paths = [];
mods.forEach(function(mod){
mods.filter(function(mod){
return mod;
}).forEach(function(mod){
var path;

@@ -117,0 +120,0 @@ if(mod.indexOf('.') == 0){

2

package.json
{
"name": "cortex-handlebars-compiler",
"version": "1.5.2",
"version": "1.5.3",
"description": "Handlebar helpers for cortex template.",

@@ -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