Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-cortex-handlebars-compiler

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-cortex-handlebars-compiler - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

index.js

@@ -59,2 +59,4 @@ 'use strict';

this._improve_graph(graph, pkg);
var compiled;

@@ -123,2 +125,8 @@ try {

Compiler.prototype._improve_graph = function(graph, pkg) {
var _ = graph._;
_[pkg.name + '@*'] = _[pkg.name + '@' + pkg.version];
};
// Queue the read process

@@ -125,0 +133,0 @@ Compiler.prototype._read_json = function (path, handler, callback) {

2

package.json
{
"name": "gulp-cortex-handlebars-compiler",
"version": "1.0.1",
"version": "1.0.2",
"description": "Gulp task builder for cortex-handlebars-compiler",

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