Socket
Socket
Sign inDemoInstall

actions-on-google-ts

Package Overview
Dependencies
16
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    actions-on-google-ts

Actions on Google Client Library for Node.js (TypeScript fork)


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Install size
2.55 MB
Created
Weekly downloads
 

Readme

Source

NPM NPM

actions-on-google-ts is a TypeScript fork of the official Cient library for Actions on Google using Node.js (actions-on-google).

Usage

npm install actions-on-google-ts

Develop

git checkout ts
npm install
npm run ts-build
# npm run ts-clean

Sync with upstream

git remote add upstream https://github.com/actions-on-google/actions-on-google-nodejs
git fetch upstream
git checkout master
git checkout ts
git merge upstream/master

Compare

https://github.com/actions-on-google/actions-on-google-nodejs/compare/<old-commit-hash>...master

Keywords

FAQs

Last updated on 23 Aug 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc