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.4 to 1.0.5

9

index.js

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

var ngraph = require('neuron-graph');
var semver = require('semver-extra');

@@ -107,2 +108,10 @@ function compiler (options){

var pr = process.env.CORTEX_BUILD_PRERELEASE;
if (pr) {
var s = semver.parse(pkg.version);
s.prerelease.length = 0;
s.prerelease.push(pr);
pkg.version = s.format();
}
self._read_graph(pkg, function (err, graph, shrinkwrap) {

@@ -109,0 +118,0 @@ if (err) {

3

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

@@ -39,4 +39,5 @@ "main": "index.js",

"read-cortex-json": "^2.0.0",
"semver-extra": "^1.0.5",
"through2": "^0.4.2"
}
}
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