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

@maxim_mazurok/gapi.client.retail-v2alpha

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.retail-v2alpha - npm Package Compare versions

Comparing version 0.0.20230928 to 0.0.20231005

2

package.json
{
"name": "@maxim_mazurok/gapi.client.retail-v2alpha",
"version": "0.0.20230928",
"version": "0.0.20231005",
"description": "TypeScript typings for Retail API v2alpha",

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

@@ -75,2 +75,7 @@ # TypeScript typings for Retail API v2alpha

/*
Gets the LoggingConfig of the requested project.
*/
await gapi.client.retail.projects.getLoggingConfig({ name: "name", });
/*
Gets the project. Throws `NOT_FOUND` if the project wasn't initialized for the Retail API service.

@@ -84,2 +89,7 @@ */

await gapi.client.retail.projects.listEnrolledSolutions({ parent: "parent", });
/*
Updates the LoggingConfig of the requested project.
*/
await gapi.client.retail.projects.updateLoggingConfig({ name: "name", });
```

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

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