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.9 to 1.0.10

22

google-apps-script/google-apps-script.data-studio.d.ts

@@ -154,10 +154,10 @@ // Type definitions for Google Apps Script 2020-01-02

interface Field {
getAggregation(): AggregationType;
getDescription(): string;
getFormula(): string;
getGroup(): string;
getId(): string;
getIsReaggregatable(): boolean;
getName(): string;
getType(): FieldType;
getAggregation(): AggregationType | null;
getDescription(): string | null;
getFormula(): string | null;
getGroup(): string | null;
getId(): string | null;
getIsReaggregatable(): boolean | null;
getName(): string | null;
getType(): FieldType | null;
isDefault(): boolean;

@@ -197,5 +197,5 @@ isDimension(): boolean;

forIds(ids: string[]): Fields;
getDefaultDimension(): Field;
getDefaultMetric(): Field;
getFieldById(fieldId: string): Field;
getDefaultDimension(): Field | null;
getDefaultMetric(): Field | null;
getFieldById(fieldId: string): Field | null;
newDimension(): Field;

@@ -202,0 +202,0 @@ newMetric(): Field;

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

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

"dependencies": {},
"typesPublisherContentHash": "b2126f32e8b6bee16a8fe3810a5a6cc1e5f5afcc89a2ebc404e09d2028bef435",
"typesPublisherContentHash": "8349258f16a147c6be170414568d99f50f5564bd58e05c8969574e69f9591395",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Wed, 08 Jan 2020 21:12:58 GMT
* Last updated: Mon, 20 Jan 2020 20:44:53 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `AdminDirectory`, `AdminGroupsMigration`, `AdminGroupsSettings`, `AdminLicenseManager`, `AdminReports`, `AdminReseller`, `Adsense`, `Analytics`, `Analyticsreporting`, `Appsactivity`, `Bigquery`, `Browser`, `CacheService`, `Calendar`, `CalendarApp`, `CardService`, `Charset`, `Charts`, `Classroom`, `ContactsApp`, `Content`, `ContentService`, `DataStudioApp`, `Date2`, `Dfareporting`, `DigestAlgorithm`, `Docs`, `DocumentApp`, `Drive`, `DriveActivity`, `DriveApp`, `FormApp`, `FusionTables`, `Gmail`, `GmailApp`, `GoogleAppsScript`, `GroupsApp`, `HtmlService`, `Jdbc`, `LanguageApp`, `LinearOptimizationService`, `LockService`, `Logger`, `MacAlgorithm`, `MailApp`, `Maps`, `Mirror`, `People`, `PropertiesService`, `RsaAlgorithm`, `ScriptApp`, `ScriptProperties`, `Session`, `Sheets`, `SitesApp`, `Slides`, `SlidesApp`, `SpreadsheetApp`, `TagManager`, `Tasks`, `UrlFetchApp`, `UrlShortener`, `UserProperties`, `Utilities`, `XmlService`, `YouTube`, `YouTubeAnalytics`, `YoutubePartner`, `console`

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