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

@types/google-apps-script

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/google-apps-script - npm Package Compare versions

Comparing version 1.0.77 to 1.0.78

2

google-apps-script/google-apps-script-events.d.ts

@@ -93,3 +93,3 @@ /// <reference path="google-apps-script.script.d.ts" />

// tslint:disable-next-line: no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface DoGet extends AppsScriptHttpRequestEvent {

@@ -96,0 +96,0 @@ }

@@ -961,3 +961,3 @@ /// <reference path="google-apps-script.types.d.ts" />

*/
// tslint:disable-next-line:no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface Divider {

@@ -1187,3 +1187,3 @@ }

*/
// tslint:disable-next-line: no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface Widget {

@@ -1190,0 +1190,0 @@ }

@@ -299,3 +299,3 @@ /// <reference path="google-apps-script.types.d.ts" />

*/
// tslint:disable-next-line: no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface DataTable {

@@ -346,3 +346,3 @@ }

*/
// tslint:disable-next-line: no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface DataViewDefinition {

@@ -349,0 +349,0 @@ }

@@ -590,3 +590,3 @@ /// <reference path="google-apps-script.types.d.ts" />

/** The names of the requested fields. */
fields: { name: string }[];
fields: Array<{ name: string }>;
/**

@@ -593,0 +593,0 @@ * A nested array of the user selected filters.

@@ -67,3 +67,3 @@ /// <reference path="google-apps-script.types.d.ts" />

*/
// tslint:disable-next-line: no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface CheckboxGridValidation {

@@ -527,3 +527,3 @@ }

*/
// tslint:disable-next-line: no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface GridValidation {

@@ -865,3 +865,3 @@ }

*/
// tslint:disable-next-line: no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface ParagraphTextValidation {

@@ -1022,3 +1022,3 @@ }

*/
// tslint:disable-next-line: no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface TextValidation {

@@ -1025,0 +1025,0 @@ }

@@ -94,3 +94,3 @@ /// <reference path="google-apps-script.types.d.ts" />

fetch(url: string, params: URLFetchRequestOptions): HTTPResponse;
fetchAll(requests: (URLFetchRequest | string)[]): HTTPResponse[];
fetchAll(requests: Array<URLFetchRequest | string>): HTTPResponse[];
getRequest(url: string): URLFetchRequest;

@@ -97,0 +97,0 @@ getRequest(url: string, params: URLFetchRequestOptions): URLFetchRequest;

{
"name": "@types/google-apps-script",
"version": "1.0.77",
"version": "1.0.78",
"description": "TypeScript definitions for google-apps-script",

@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/google-apps-script",

"dependencies": {},
"typesPublisherContentHash": "b759087e35b58f1ba378c9c3b18c0faa994e75db238976e9e6df49192af4774a",
"typesPublisherContentHash": "f14bcf5aba971819cfdc93913792b491f9a1904eb60173a41e4d373f12d7f862",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: none

@@ -14,0 +14,0 @@

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