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 0.0.37 to 0.0.38

6

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

@@ -1,2 +0,2 @@

// Type definitions for Google Apps Script 2019-01-23
// Type definitions for Google Apps Script 2019-02-27
// Project: https://developers.google.com/apps-script/

@@ -287,3 +287,5 @@ // Definitions by: motemen <https://github.com/motemen/>

*
* // Log a JSON object at a DEBUG level. Writes the stringified object to the log.
* // Log a JSON object at a DEBUG level. If the object contains a property called "message",
* // that is used as the summary in the log viewer, otherwise a stringified version of
* // the object is used as the summary.
* var parameters = {

@@ -290,0 +292,0 @@ * isValid: true,

@@ -1,2 +0,2 @@

// Type definitions for Google Apps Script 2019-01-23
// Type definitions for Google Apps Script 2019-02-27
// Project: https://developers.google.com/apps-script/

@@ -130,2 +130,3 @@ // Definitions by: motemen <https://github.com/motemen/>

getId(): string;
getIsReaggregatable(): boolean;
getName(): string;

@@ -143,2 +144,3 @@ getType(): FieldType;

setIsHidden(isHidden: boolean): Field;
setIsReaggregatable(isReaggregatable: boolean): Field;
setName(name: string): Field;

@@ -145,0 +147,0 @@ setType(type: FieldType): Field;

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

@@ -22,8 +22,9 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/google-apps-script"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "8ad980d6b3baaf9c213c8a72593af5827978e6a301f7c24253981e83179d438d",
"typesPublisherContentHash": "e9cb9ef215c3aabad95784eb9e58baf8941d68d6e820da4adf0132673c2cc62e",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Tue, 05 Feb 2019 17:25:23 GMT
* Last updated: Sat, 02 Mar 2019 02:04:07 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: Browser, CacheService, CalendarApp, CardService, Charset, Charts, ContactsApp, ContentService, DataStudioApp, DigestAlgorithm, DocumentApp, DriveApp, FormApp, GmailApp, GoogleAppsScript, GroupsApp, HtmlService, Jdbc, LanguageApp, LinearOptimizationService, LockService, Logger, MacAlgorithm, MailApp, Maps, PropertiesService, RsaAlgorithm, ScriptApp, ScriptProperties, Session, SitesApp, SlidesApp, SpreadsheetApp, UiApp, UrlFetchApp, UserProperties, Utilities, XmlService

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