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.5 to 1.0.6

7

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

@@ -55,3 +55,3 @@ // Type definitions for Google Apps Script 2019-04-02

interface FormsOnSubmit extends AppsScriptEvent {
interface SheetsOnFormSubmit extends AppsScriptEvent {
namedValues: { [key: string]: string[]; };

@@ -74,2 +74,7 @@ range: Spreadsheet.Range;

interface FormsOnFormSubmit extends AppsScriptEvent {
response: Forms.FormResponse;
source: Forms.Form;
}
// TODO: Is there a `user` attribute?

@@ -76,0 +81,0 @@ interface CalendarEventUpdated extends AppsScriptEvent {

4

google-apps-script/package.json
{
"name": "@types/google-apps-script",
"version": "1.0.5",
"version": "1.0.6",
"description": "TypeScript definitions for google-apps-script",

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

"dependencies": {},
"typesPublisherContentHash": "5aaada55706d224f058322d662f32088480dd02a90478894f4249048d8f8fa45",
"typesPublisherContentHash": "d79151648f84f9f21d81423322e9ffeb5533f93c3f06dda4dc10f37ff4b5d9e9",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Mon, 18 Nov 2019 20:48:08 GMT
* Last updated: Tue, 19 Nov 2019 23:55:42 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