You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@googleapis/plus

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@googleapis/plus

plus

0.2.0
Source
npmnpm
Version published
Maintainers
3
Created
Source
Google Inc. logo

plus

Installation

$ npm install googleapis

Usage

All documentation and usage information can be found on GitHub.

Building a browser bundle

This library can be used in a browser. To prepare a single file bundle, clone the repository and run

$ cd src/apis/plus
$ npm install
$ npm run webpack

The generated bundle will be written to dist/plus.min.js. Use it from your HTML file:

<script src="/path/to/plus.min.js"></script>
<script>
const { plus, auth } = Plus;
</script>

License

This library is licensed under Apache 2.0. Full license text is available in LICENSE.

Contributing

We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see CONTRIBUTING.

Questions/problems?

  • Ask your development related questions on StackOverflow.
  • If you've found an bug/issue, please file it on GitHub.

Crafted with ❤️ by the Google Node.js team

Keywords

google

FAQs

Package last updated on 18 Mar 2021

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