@google/clasp
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82526
+ Addedopen@^0.0.5
+ Addedopen@0.0.5(transitive)
- Removedopenurl@^1.1.1
- Removedopenurl@1.1.1(transitive)