Socket
Socket
Sign inDemoInstall

@google/clasp

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google/clasp - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

10

index.js

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

PROJECT: {
DIR: './',
DIR: path.join('.', '/'),
NAME: PROJECT_NAME + ".json",

@@ -86,3 +86,3 @@ PATH: "." + PROJECT_NAME + ".json"

NAME: PROJECT_NAME + "rc.json",
PATH: "~/." + PROJECT_NAME + "rc.json",
PATH: path.join('~', "." + PROJECT_NAME + "rc.json"),
ABSOLUTE_PATH: path.join(os.homedir(), "." + PROJECT_NAME + "rc.json")

@@ -628,3 +628,3 @@ }

// Read all filenames as a flattened tree
recursive(rootDir || './', function (err, filePaths) {
recursive(rootDir || path.join('.', '/'), function (err, filePaths) {
if (err)

@@ -673,4 +673,4 @@ return logError(err);

nameWithoutExt = nameWithoutExt.replace('\\', '/');
// Formats rootDir/appsscript.json to appsscript.json.
// Preserves subdirectory names in rootDir
// Formats rootDir/appsscript.json to appsscript.json.
// Preserves subdirectory names in rootDir
// (rootDir/foo/Code.js becomes foo/Code.js)

@@ -677,0 +677,0 @@ var formattedName = nameWithoutExt;

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

@@ -5,0 +5,0 @@ "main": "index.js",

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