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

gulp-blok

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-blok - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

index.js

@@ -135,5 +135,6 @@ var through = require('through2');

props.attachment = contents.toString('base64');
props.type = 'binary_asset';
props.tmpl_type = 'binary_asset';
} else {
props.body = contents.toString();
props.tmpl_type = 'text';

@@ -145,6 +146,9 @@ var keyParts = key.split('.');

gutil.log(gutil.colors.green('Found js/css/svg/json'));
props.type = 'asset';
props.tmpl_type = 'asset';
}
}
// For backwards compability copy value to type
props.type = props.tmpl_type
function onUpdate(res) {

@@ -151,0 +155,0 @@ var index = queue.indexOf(filepath);

{
"name": "gulp-blok",
"version": "1.1.0",
"version": "1.1.1",
"description": "Tool to publish blok templates and assets",

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