Socket
Socket
Sign inDemoInstall

protobufjs

Package Overview
Dependencies
Maintainers
2
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protobufjs - npm Package Compare versions

Comparing version 6.11.2 to 6.11.3

package-lock.json

6

package.json
{
"name": "protobufjs",
"version": "6.11.2",
"version": "6.11.3",
"versionScheme": "~",

@@ -64,5 +64,5 @@ "description": "Protocol Buffers for JavaScript (& TypeScript).",

"chalk": "^4.0.0",
"escodegen": "^2.0.0",
"eslint": "^7.0.0",
"escodegen": "^1.13.0",
"espree": "^7.0.0",
"eslint": "^8.15.0",
"estraverse": "^5.1.0",

@@ -69,0 +69,0 @@ "gh-pages": "^3.0.0",

@@ -179,2 +179,5 @@ "use strict";

var part = path.shift();
if (part === "__proto__") {
return dst;
}
if (path.length > 0) {

@@ -181,0 +184,0 @@ dst[part] = setProp(dst[part] || {}, path, value);

Sorry, the diff of this file is too big to display

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