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
1
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.0.0 to 1.0.1

4

index.js

@@ -33,3 +33,3 @@ 'use strict';

this._check_option(options, 'path');
this._check_option(options, 'tree');
this._check_option(options, 'graph');
this._check_option(options, 'shrinkwrap');

@@ -285,3 +285,3 @@

'neuron.config({',
'tree:' + JSON.stringify(this.tree) + ',',
'graph:' + JSON.stringify(this.graph) + ',',
'path:"' + this.relative_cwd + '"' + ',',

@@ -288,0 +288,0 @@ '});',

{
"name": "cortex-handlebars-compiler",
"version": "1.0.0",
"version": "1.0.1",
"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