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

pdgongju

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdgongju - npm Package Compare versions

Comparing version 1.0.8 to 1.1.0

5

index.js

@@ -270,2 +270,7 @@ const crypto = require('crypto');

function(err, data) {
if(err||!data){
console.log(e);
resolve({});
return;
}
if (data[0] === 0xEF && data[1] === 0xBB && data[2] === 0xBF) {

@@ -272,0 +277,0 @@ data = data.slice(3);

2

package.json
{
"name": "pdgongju",
"version": "1.0.8",
"version": "1.1.0",
"description": "work-box",

@@ -5,0 +5,0 @@ "main": "index.js",

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