Socket
Socket
Sign inDemoInstall

@maxim_mazurok/gapi.client.essentialcontacts-v1

Package Overview
Dependencies
Maintainers
1
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.essentialcontacts-v1 - npm Package Compare versions

Comparing version 0.0.20231127 to 0.0.20231130

12

package.json
{
"name": "@maxim_mazurok/gapi.client.essentialcontacts-v1",
"version": "0.0.20231127",
"version": "0.0.20231130",
"description": "TypeScript typings for Essential Contacts API v1",
"repository": {
"type": "git",
"url": "https://github.com/Maxim-Mazurok/google-api-typings-generator.git"
},
"license": "MIT",
"author": {
"name": "Maxim Mazurok",
"email": "maxim@mazurok.com",
"name": "Maxim Mazurok",
"url": "https://maxim.mazurok.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Maxim-Mazurok/google-api-typings-generator.git"
},
"types": "index.d.ts",

@@ -16,0 +16,0 @@ "dependencies": {

# TypeScript typings for Essential Contacts API v1
For detailed description please check [documentation](https://cloud.google.com/essentialcontacts/docs/).

@@ -28,6 +27,9 @@

```typescript
gapi.client.load('https://essentialcontacts.googleapis.com/$discovery/rest?version=v1', () => {
// now we can use:
// gapi.client.essentialcontacts
});
gapi.client.load(
'https://essentialcontacts.googleapis.com/$discovery/rest?version=v1',
() => {
// now we can use:
// gapi.client.essentialcontacts
}
);
```

@@ -49,17 +51,18 @@

scope = [
// See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
'https://www.googleapis.com/auth/cloud-platform',
],
immediate = true;
// See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
'https://www.googleapis.com/auth/cloud-platform',
],
immediate = true;
// ...
gapi.auth.authorize(
{ client_id: client_id, scope: scope, immediate: immediate },
{client_id: client_id, scope: scope, immediate: immediate},
authResult => {
if (authResult && !authResult.error) {
/* handle successful authorization */
/* handle successful authorization */
} else {
/* handle authorization error */
/* handle authorization error */
}
});
}
);
```

@@ -70,2 +73,3 @@

```typescript
```

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