gulp-ali-oss
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -16,7 +16,7 @@ const path = require('path'); | ||
const version = moment().format('YYMMDDHHmm'); | ||
if (!option) { | ||
throw new PluginError(PLUGIN_NAME, 'Missing option!'); | ||
if (!options) { | ||
throw new PluginError(PLUGIN_NAME, 'Missing options!'); | ||
} | ||
if (!option.bucket) { | ||
throw new PluginError(PLUGIN_NAME, 'Missing option.bucket!'); | ||
if (!options.bucket) { | ||
throw new PluginError(PLUGIN_NAME, 'Missing options.bucket!'); | ||
} | ||
@@ -23,0 +23,0 @@ return es.map(function (file, finished) { |
{ | ||
"name": "gulp-ali-oss", | ||
"version": "v0.1.0", | ||
"version": "v0.1.1", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "ali-cdn-sdk": "^1.1.0", |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
26039