Socket
Socket
Sign inDemoInstall

ts-proto

Package Overview
Dependencies
Maintainers
1
Versions
352
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-proto - npm Package Compare versions

Comparing version 1.176.0 to 1.176.1

2

build/case.js

@@ -28,3 +28,3 @@ "use strict";

function camelToSnake(s) {
return s.replace(/\w([A-Z])/g, (m) => m[0] + "_" + m[1]).toUpperCase();
return (0, case_anything_1.snakeCase)(s).toUpperCase();
}

@@ -31,0 +31,0 @@ exports.camelToSnake = camelToSnake;

{
"name": "ts-proto",
"version": "1.176.0",
"version": "1.176.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/plugin.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