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

7niu

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

7niu - npm Package Compare versions

Comparing version 1.0.6 to 1.1.0

3

libs/build-json.js

@@ -20,3 +20,4 @@ /*!

// 并行数量
parallel: 10
parallel: 10,
contentType: 'application/octect-stream'
};

@@ -23,0 +24,0 @@

@@ -11,4 +11,2 @@ /*!

var request = require('ydr-utils').request;
var typeis = require('ydr-utils').typeis;
var dato = require('ydr-utils').dato;
var token = require('./token.js');

@@ -46,3 +44,3 @@ var log = require('./log.js');

fd.append('file', fs.createReadStream(file), {
contentType: mime.get(extname)
contentType: mime.get(extname, options.contentType)
});

@@ -49,0 +47,0 @@

{
"name": "7niu",
"version": "1.0.6",
"version": "1.1.0",
"private": false,

@@ -5,0 +5,0 @@ "description": "七牛云存储命令行",

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