Socket
Socket
Sign inDemoInstall

@google/clasp

Package Overview
Dependencies
19
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

6

index.js

@@ -243,3 +243,3 @@ #!/usr/bin/env node

DOTFILE.RC.read().then((rc) => {
oauth2Client.setCredentials(rc);
oauth2Client.credentials = rc;
cb(rc);

@@ -300,3 +300,7 @@ }).catch((err) => {

scope: [
// TODO: Update to newer scopes.
// 'https://www.googleapis.com/auth/script',
'https://www.googleapis.com/auth/script.deployments',
'https://www.googleapis.com/auth/script.management',
'https://www.googleapis.com/auth/script.projects',
],

@@ -303,0 +307,0 @@ });

4

package.json
{
"name": "@google/clasp",
"version": "1.0.1",
"version": "1.0.2",
"description": "Develop Apps Script Projects locally",

@@ -36,3 +36,3 @@ "main": "index.js",

"fs": "^0.0.1-security",
"googleapis": "https://storage.googleapis.com/counterpoint-bucket/script.tar.gz",
"googleapis": "^23.0.1",
"mkdirp": "^0.5.1",

@@ -39,0 +39,0 @@ "openurl": "^1.1.1",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc