Socket
Socket
Sign inDemoInstall

@google/clasp

Package Overview
Dependencies
175
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

6

index.js

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

const OAuth2 = google.auth.OAuth2;
const openurl = require('openurl');
const open = require('open');
const os = require('os');

@@ -308,3 +308,3 @@ const path = require('path');

console.log(LOG.AUTHORIZE(authUrl));
openurl.open(authUrl);
open(authUrl);

@@ -516,3 +516,3 @@ // Create a local HTTP server that reads the OAuth token

} else {
openurl.open(getScriptURL(scriptId));
open(getScriptURL(scriptId));
}

@@ -519,0 +519,0 @@ }

{
"name": "@google/clasp",
"version": "1.0.2",
"version": "1.0.3",
"description": "Develop Apps Script Projects locally",

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

"mkdirp": "^0.5.1",
"openurl": "^1.1.1",
"open": "^0.0.5",
"path": "^0.12.7",

@@ -41,0 +41,0 @@ "pluralize": "^7.0.0",

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