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

qiniu

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qiniu - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

NEWS.md

4

lib/util.js

@@ -39,5 +39,5 @@ var fs = require('fs');

var fileStat = fs.statSync(localFile);
var fileSize = fileSize.size;
var fileSize = fileStat.size;
var buf = new Buffer(fileSize);
var fd = fs.open(localFile, 'r');
var fd = fs.openSync(localFile, 'r');
fs.readSync(fd, buf, 0, fileSize, 0);

@@ -44,0 +44,0 @@ var fileCrc32 = parseInt("0x" + crc32(buf)).toString();

{
"name": "qiniu",
"version": "2.3.0",
"version": "2.3.1",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",

@@ -47,3 +47,3 @@ "main": "index.js",

"formstream": "0.0.2",
"crc": "0.2.0"
"crc32": "0.2.2"
},

@@ -50,0 +50,0 @@ "devDependencies": {

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