Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/gapi.client

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/gapi.client - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

gapi.client/index.d.ts

@@ -27,3 +27,3 @@ // Type definitions for non-npm package Google API client 1.0

*/
function request<T>(args: {
function request(args: {
/**

@@ -53,4 +53,3 @@ * The URL to handle the request

// callback?: () => any;
// tslint:disable-next-line:no-unnecessary-generics
}): Request<T>;
}): Request<any>;

@@ -147,4 +146,3 @@ /**

*/
// tslint:disable-next-line:no-unnecessary-generics
function newBatch<T>(): Batch<T>;
function newBatch(): Batch<any>;
}

@@ -151,0 +149,0 @@

{
"name": "@types/gapi.client",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript definitions for Google API client",

@@ -22,4 +22,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "9f70073af2770f8cd180d51390c9c3050851a1429396d4c54c78bb644b27f88e",
"typesPublisherContentHash": "6eaccc07c8dcd655eb3dc5c04799862cabafe60bbddc72e9c95c827be8c4a0e8",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 07 Apr 2020 15:37:13 GMT
* Last updated: Sun, 26 Apr 2020 16:35:34 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `gapi`

Sorry, the diff of this file is not supported yet

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