Socket
Socket
Sign inDemoInstall

google-gax

Package Overview
Dependencies
Maintainers
3
Versions
362
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-gax - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

build/tools/compileProtos.js

@@ -159,3 +159,3 @@ #!/usr/bin/env node

if (!dts.match(/import Long = require/)) {
dts = 'import Long = require("long");' + dts;
dts = 'import Long = require("long");\n' + dts;
}

@@ -162,0 +162,0 @@ // 2. fix protobufjs import: we don't want the libraries to

{
"name": "google-gax",
"version": "3.2.0",
"version": "3.2.1",
"description": "Google API Extensions",

@@ -33,3 +33,2 @@ "main": "build/src/index.js",

"@compodoc/compodoc": "1.1.19",
"@types/download": "^8.0.0",
"@types/fs-extra": "^9.0.0",

@@ -36,0 +35,0 @@ "@types/mocha": "^9.0.0",

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