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

pbnj

Package Overview
Dependencies
Maintainers
8
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pbnj - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

2

lib/helper.js

@@ -88,3 +88,3 @@

exports.toUpperUnderscoreCase = function(str) {
return String(str).replace(/([A-Z])/g, '_$1').toUpperCase()
return String(str).replace(/([a-z])([A-Z])/g, '$1_$2').toUpperCase()
}

@@ -91,0 +91,0 @@

{
"name": "pbnj",
"version": "0.9.0",
"version": "0.10.0",
"keywords": ["protocol", "buffer", "proto", "protobuf", "parser", "codegen"],

@@ -5,0 +5,0 @@ "description": "JavaScript protocol buffer schema parser and template based code generator",

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