New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tern-googleappsscript

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tern-googleappsscript

ternjs plugin for google apps script definitions

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
24
decreased by-35.14%
Maintainers
1
Weekly downloads
 
Created
Source

Google Apps Script / tern.js

npm installable version.

This is a patched version of aki2o's Google Apps Script plugin for tern, updated with type definitions from current (2018) documentation. See here for the full project details. You should follow instructions there to install globally. The installation below is intended for local installation (per project basis).

###Install

  1. Install ternjs. Tern is supported on many code editors, including Sublime, Emacs, Vim, and many more.
  2. Install this package via npm in your current project directory:
npm i tern-googleappsscript
  1. Load the tern plugin using a .tern-project file placed in your project directory:
// .tern-project

{
  "libs": [
  ],
  "plugins": {
    "googleappsscript"
  }
}

FAQs

Package last updated on 05 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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