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

gulp-blok

Package Overview
Dependencies
Maintainers
2
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.2 to 1.1.3

6

index.js

@@ -166,3 +166,3 @@ var through = require('through2');

done();
done({file: key});
}

@@ -184,5 +184,5 @@

var uploadDoneCb = function() {};
var uploadDone = function() {
var uploadDone = function(file) {
uploadedFileCount--;
uploadDoneCb();
uploadDoneCb(file);
};

@@ -189,0 +189,0 @@

{
"name": "gulp-blok",
"version": "1.1.2",
"version": "1.1.3",
"description": "Tool to publish Storyblok 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