Socket
Socket
Sign inDemoInstall

@googleapis/calendar

Package Overview
Dependencies
51
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 1.0.1

61

CHANGELOG.md
# Changelog
### [1.0.1](https://www.github.com/googleapis/google-api-nodejs-client/compare/calendar-v1.0.0...calendar-v1.0.1) (2021-11-25)
### Bug Fixes
* **calendar:** update the API ([2403fd2](https://www.github.com/googleapis/google-api-nodejs-client/commit/2403fd213220345ce82a3555d6d7276dfcea61f5))
## [1.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/calendar-v0.2.4...calendar-v1.0.0) (2021-09-14)
### ⚠ BREAKING CHANGES
* #### admin:directory_v1
### Features
* **auth:** adds support workload identity federation ([#2517](https://www.github.com/googleapis/google-api-nodejs-client/issues/2517)) ([a10707c](https://www.github.com/googleapis/google-api-nodejs-client/commit/a10707c477759e7c9ef6360a2fe800856fb600c1))
* **calendar:** update the API ([c25184f](https://www.github.com/googleapis/google-api-nodejs-client/commit/c25184f2c049a1e7d7fcf657196038b2959e0035))
* run the generator ([#2548](https://www.github.com/googleapis/google-api-nodejs-client/issues/2548)) ([339726b](https://www.github.com/googleapis/google-api-nodejs-client/commit/339726b5310e7ea5437e15642cb899c215127f8f))
### Bug Fixes
* **calendar:** update the API ([171f134](https://www.github.com/googleapis/google-api-nodejs-client/commit/171f1345eaa3ad6315707115f30df4d4558b077c))
* **calendar:** update the API ([34af354](https://www.github.com/googleapis/google-api-nodejs-client/commit/34af354197a5c87fcf094cdaad2dac760d409b4c))
* **calendar:** update the API ([1fa6973](https://www.github.com/googleapis/google-api-nodejs-client/commit/1fa697346ae0ff316bd51b58dffa605822d8313d))
* **calendar:** update the API ([a810c47](https://www.github.com/googleapis/google-api-nodejs-client/commit/a810c474195f36a25fc5ea36995abf4b78ba00a4))
* **calendar:** update the API ([4788cab](https://www.github.com/googleapis/google-api-nodejs-client/commit/4788cab070cfe2856ac67bd1ff1c6dd4dce02af1))
* **calendar:** update the API ([a16f819](https://www.github.com/googleapis/google-api-nodejs-client/commit/a16f81923bc581c53e481e9b1b5332aa15a03e2c))
* **deps:** update dependency googleapis-common to v5 ([#2497](https://www.github.com/googleapis/google-api-nodejs-client/issues/2497)) ([fec087a](https://www.github.com/googleapis/google-api-nodejs-client/commit/fec087abcf3d994dd41c3ffa0a0c12b1f9f09dae))
* upgrade webpack from 4 to 5 ([#2524](https://www.github.com/googleapis/google-api-nodejs-client/issues/2524)) ([ecfd8bf](https://www.github.com/googleapis/google-api-nodejs-client/commit/ecfd8bfcd06e1beabff7ec9a8c4000222379eb8d))
### [0.2.4](https://www.github.com/googleapis/google-api-nodejs-client/compare/calendar-v0.2.3...calendar-v0.2.4) (2021-08-31)
### Bug Fixes
* **calendar:** update the API ([34af354](https://www.github.com/googleapis/google-api-nodejs-client/commit/34af354197a5c87fcf094cdaad2dac760d409b4c))
### [0.2.3](https://www.github.com/googleapis/google-api-nodejs-client/compare/calendar-v0.2.2...calendar-v0.2.3) (2021-07-24)
### Bug Fixes
* **calendar:** update the API ([1fa6973](https://www.github.com/googleapis/google-api-nodejs-client/commit/1fa697346ae0ff316bd51b58dffa605822d8313d))
### [0.2.2](https://www.github.com/googleapis/google-api-nodejs-client/compare/calendar-v0.2.1...calendar-v0.2.2) (2021-07-08)
### Bug Fixes
* **calendar:** update the API ([a810c47](https://www.github.com/googleapis/google-api-nodejs-client/commit/a810c474195f36a25fc5ea36995abf4b78ba00a4))
### [0.2.1](https://www.github.com/googleapis/google-api-nodejs-client/compare/calendar-v0.2.0...calendar-v0.2.1) (2021-05-23)
### Bug Fixes
* **calendar:** update the API ([4788cab](https://www.github.com/googleapis/google-api-nodejs-client/commit/4788cab070cfe2856ac67bd1ff1c6dd4dce02af1))
* **calendar:** update the API ([a16f819](https://www.github.com/googleapis/google-api-nodejs-client/commit/a16f81923bc581c53e481e9b1b5332aa15a03e2c))
## [0.2.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/calendar-v0.1.0...calendar-v0.2.0) (2021-03-18)

@@ -4,0 +65,0 @@

2

package.json
{
"name": "@googleapis/calendar",
"version": "0.2.0",
"version": "1.0.1",
"description": "calendar",

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

@@ -10,3 +10,3 @@ <img src="https://avatars0.githubusercontent.com/u/1342004?v=3&s=96" alt="Google Inc. logo" title="Google" align="right" height="96" width="96"/>

```sh
$ npm install googleapis
$ npm install @googleapis/calendar
```

@@ -16,28 +16,9 @@

All documentation and usage information can be found on [GitHub](https://github.com/googleapis/google-api-nodejs-client).
Information on classes can be found in [Googleapis Documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Calendar.html).
## Building a browser bundle
This library can be used in a browser. To prepare a single file bundle, clone the
[repository](https://github.com/googleapis/google-api-nodejs-client) and run
```sh
$ cd src/apis/calendar
$ npm install
$ npm run webpack
```
The generated bundle will be written to `dist/calendar.min.js`. Use it from your HTML file:
```html
<script src="/path/to/calendar.min.js"></script>
<script>
const { calendar, auth } = Calendar;
</script>
```
## License
This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/master/LICENSE).
This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/main/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](https://github.com/google/google-api-nodejs-client/blob/master/.github/CONTRIBUTING.md).
We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see [CONTRIBUTING](https://github.com/google/google-api-nodejs-client/blob/main/.github/CONTRIBUTING.md).

@@ -44,0 +25,0 @@ ## Questions/problems?

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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