New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-contrib-lefdupload

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-contrib-lefdupload - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "grunt-contrib-lefdupload",
"version": "0.0.6",
"version": "0.0.7",
"description": "upload file to server",

@@ -5,0 +5,0 @@ "homepage": "http://git.letv.cn/uc-ued/grunt-contrib-lefdupload",

@@ -25,2 +25,3 @@ /*

},
protocol: 'http',
//http request setting

@@ -88,2 +89,5 @@ request:{},

grunt.log.writeln('upload success:' + url);
if(options.protocol === 'https') {
url = url.replace('http:','https:');
}
route[route.length] = '"' + file + '":"' + url + '"';

@@ -90,0 +94,0 @@ } else {

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