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

gulp-ali-oss

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-ali-oss - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

index.js

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

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