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.25 to 1.0.26

4

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

@@ -74,2 +74,4 @@ // Type definitions for Google Apps Script 2020-01-02

createFolder(name: string): Folder;
/** Creates a shortcut to the provided Drive item ID, and returns it. */
createShortcut(targetId: string): File;
/**

@@ -176,2 +178,3 @@ * Gets the file with the given ID.

getSize(): Integer;
getTargetId(): string | null;
getThumbnail(): Base.Blob;

@@ -187,2 +190,3 @@ getUrl(): string;

makeCopy(name: string, destination: Folder): File;
moveTo(destination: Folder): File;
removeCommenter(emailAddress: string): File;

@@ -189,0 +193,0 @@ removeCommenter(user: Base.User): File;

4

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

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

"dependencies": {},
"typesPublisherContentHash": "7b4cc6b6ec8ec3d73ab0618682ff2e5b01ea2b944087c7821d779adff0453cb5",
"typesPublisherContentHash": "41504ad0754164860e3fa3e34e2c4d89b49e8a8af29466f3e5598c9d80c63771",
"typeScriptVersion": "3.4"
}

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

### Additional Details
* Last updated: Wed, 17 Feb 2021 16:27:02 GMT
* Last updated: Mon, 22 Feb 2021 00:40:33 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`, `ConferenceDataService`, `ContactsApp`, `Content`, `ContentService`, `DataStudioApp`, `Date2`, `Dfareporting`, `DigestAlgorithm`, `Docs`, `DocumentApp`, `Drive`, `DriveActivity`, `DriveApp`, `FormApp`, `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`, `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