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.60 to 0.0.61

8

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

@@ -31,3 +31,3 @@ // Type definitions for Google Apps Script 2019-09-11

export interface Cache {
get(key: string): string;
get(key: string): string | null;
getAll(keys: string[]): { [key: string]: any };

@@ -53,5 +53,5 @@ put(key: string, value: string): void;

export interface CacheService {
getDocumentCache(): Cache;
getScriptCache(): Cache;
getUserCache(): Cache;
getDocumentCache(): Cache | null;
getScriptCache(): Cache | null;
getUserCache(): Cache | null;
}

@@ -58,0 +58,0 @@

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

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

"dependencies": {},
"typesPublisherContentHash": "c3384bd7c54aaa97a7564d2c8d698248f5966b982cf21afa5c0249849a74f2c4",
"typesPublisherContentHash": "d9a8cf8d976fab343ae27427bfea12b5df7029ff356a58724b1c2fb6abb24233",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Wed, 18 Sep 2019 17:24:48 GMT
* Last updated: Tue, 24 Sep 2019 18:13:02 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

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