Socket
Socket
Sign inDemoInstall

ts-proto

Package Overview
Dependencies
4
Maintainers
1
Versions
342
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.166.3 to 1.166.4

6

build/generate-struct-wrappers.js

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

} else if (typeof value !== 'undefined') {
throw new Error('Unsupported any value type: ' + typeof value);
throw new ${ctx.utils.globalThis}.Error('Unsupported any value type: ' + typeof value);
}

@@ -182,3 +182,3 @@ return result;

} else if (typeof value !== 'undefined') {
throw new Error('Unsupported any value type: ' + typeof value);
throw new ${ctx.utils.globalThis}.Error('Unsupported any value type: ' + typeof value);
}

@@ -204,3 +204,3 @@ return result;

} else if (typeof value !== 'undefined') {
throw new Error('Unsupported any value type: ' + typeof value);
throw new ${ctx.utils.globalThis}.Error('Unsupported any value type: ' + typeof value);
}

@@ -207,0 +207,0 @@ return result;

{
"name": "ts-proto",
"version": "1.166.3",
"version": "1.166.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/plugin.js",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc