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

@maxim_mazurok/gapi.client.analyticsadmin-v1alpha

Package Overview
Dependencies
Maintainers
1
Versions
380
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.analyticsadmin-v1alpha - npm Package Compare versions

Comparing version 0.0.20221201 to 0.0.20221205

2

package.json
{
"name": "@maxim_mazurok/gapi.client.analyticsadmin-v1alpha",
"version": "0.0.20221201",
"version": "0.0.20221205",
"description": "TypeScript typings for Google Analytics Admin API v1alpha",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.analyticsadmin-v1alpha definition tests */

// Revision: 20221201
// Revision: 20221205

@@ -710,2 +710,12 @@ gapi.load('client', async () => {

});
/** Lookup for a single BigQuery Link. */
await gapi.client.analyticsadmin.properties.bigQueryLinks.get({
name: "Test string",
});
/** Lists BigQuery Links on a property. */
await gapi.client.analyticsadmin.properties.bigQueryLinks.list({
pageSize: 42,
pageToken: "Test string",
parent: "Test string",
});
/** Creates a conversion event with the specified attributes. */

@@ -712,0 +722,0 @@ await gapi.client.analyticsadmin.properties.conversionEvents.create({

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