Socket
Socket
Sign inDemoInstall

@types/gapi.urlshortener

Package Overview
Dependencies
1
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.29 to 0.0.30

14

gapi.urlshortener/index.d.ts

@@ -24,7 +24,7 @@ // Type definitions for Google Url Shortener API

*/
'projection'?: string;
'projection'?: string | undefined;
/**
* Selector specifying which fields to include in a partial response.
*/
'fields'?: string
'fields'?: string | undefined
}): HttpRequest<GoogleApiUrlShortenerUrlResource>;

@@ -38,7 +38,7 @@ /**

*/
'fields'?: string;
'fields'?: string | undefined;
/**
* HTTP Request Body
*/
'RequestBody'?: string
'RequestBody'?: string | undefined
}): HttpRequest<GoogleApiUrlShortenerUrlResource>;

@@ -52,11 +52,11 @@ /**

*/
'projection'?: string;
'projection'?: string | undefined;
/**
* Token for requesting successive pages of results.
*/
'start-token'?: string;
'start-token'?: string | undefined;
/**
* Selector specifying which fields to include in a partial response.
*/
'fields'?: string
'fields'?: string | undefined
}): HttpRequest<GoogleApiUrlShortenerUrlResource>;

@@ -63,0 +63,0 @@ }

{
"name": "@types/gapi.urlshortener",
"version": "0.0.29",
"version": "0.0.30",
"description": "TypeScript definitions for Google Url Shortener API",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gapi.urlshortener",
"license": "MIT",

@@ -9,9 +10,12 @@ "contributors": [

"name": "Frank M",
"url": "https://github.com/sgtfrankieboy"
"url": "https://github.com/sgtfrankieboy",
"githubUsername": "sgtfrankieboy"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/gapi.urlshortener"
},

@@ -22,5 +26,4 @@ "scripts": {},

},
"peerDependencies": {},
"typesPublisherContentHash": "f9ec24aa3204b31ab3ddd536b32346649067070df889e2ab99b2d26385e378e7",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "421795ce9c454c86bd75013a018136a2b709461e6e8b41ea0aed864d8f2c7e2f",
"typeScriptVersion": "3.6"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gapi.urlshortener
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gapi.urlshortener.
Additional Details
* Last updated: Tue, 06 Jun 2017 14:18:37 GMT
* Dependencies: gapi
### Additional Details
* Last updated: Thu, 08 Jul 2021 12:01:59 GMT
* Dependencies: [@types/gapi](https://npmjs.com/package/@types/gapi)
* Global values: none
# Credits
These definitions were written by Frank M <https://github.com/sgtfrankieboy>.
These definitions were written by [Frank M](https://github.com/sgtfrankieboy).

Sorry, the diff of this file is not supported yet

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