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

fingerprint-container-node-sdk2

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fingerprint-container-node-sdk2 - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

encoder.js

@@ -70,3 +70,7 @@ var Buffer = require('buffer').Buffer;

if (body) {
buffer.write(body, offset);
if(Buffer.isBuffer(body)){
buffer = Buffer.concat([buffer,body]);
}else{
buffer.write(body, offset);
}
}

@@ -73,0 +77,0 @@

16

package.json
{
"_from": "fingerprint-container-node-sdk2@^0.0.3",
"_id": "fingerprint-container-node-sdk2@0.0.3",
"_from": "fingerprint-container-node-sdk2@^0.0.4",
"_id": "fingerprint-container-node-sdk2@0.0.4",
"_inBundle": false,

@@ -11,8 +11,8 @@ "_integrity": "sha1-YTQi7qhfPyvFkxmF9YTbptsS184=",

"registry": true,
"raw": "fingerprint-container-node-sdk2@^0.0.3",
"raw": "fingerprint-container-node-sdk2@^0.0.4",
"name": "fingerprint-container-node-sdk2",
"escapedName": "fingerprint-container-node-sdk2",
"rawSpec": "^0.0.3",
"rawSpec": "^0.0.4",
"saveSpec": null,
"fetchSpec": "^0.0.3"
"fetchSpec": "^0.0.4"
},

@@ -22,5 +22,5 @@ "_requiredBy": [

],
"_resolved": "http://registry.npm.taobao.org/fingerprint-container-node-sdk2/download/fingerprint-container-node-sdk2-0.0.3.tgz",
"_resolved": "http://registry.npm.taobao.org/fingerprint-container-node-sdk2/download/fingerprint-container-node-sdk2-0.0.4.tgz",
"_shasum": "613422eea85f3f2bc5931985f584dba6db12d7ce",
"_spec": "fingerprint-container-node-sdk2@^0.0.3",
"_spec": "fingerprint-container-node-sdk2@^0.0.4",
"_where": "D:\\project\\mis",

@@ -55,3 +55,3 @@ "author": {

},
"version": "0.0.3"
"version": "0.0.4"
}
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