Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

google-slides

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-slides - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

example-usage/index.js

8

package.json
{
"name": "google-slides",
"version": "1.0.1",
"version": "1.1.0",
"description": "NPM package for some simple Google Slides operations",
"type": "module",
"main": "index.js",
"directories": {
"example": "example-usage",
"test": "test"
},
"scripts": {
"start": "node example-usage.js",
"start": "node example-usage",
"test": "mocha --reporter spec"

@@ -10,0 +14,0 @@ },

@@ -14,2 +14,3 @@ import { PresentationIDRequiredError, PresentationAPIRequiredError } from './errors/presentation-errors.js'

}
get url() { return `https://docs.google.com/presentation/d/${this.id}/edit` }
checkAPIExists() { if (!this.api) throw new PresentationAPIRequiredError }

@@ -16,0 +17,0 @@ /**

@@ -0,4 +1,5 @@

[![Build Status](https://travis-ci.org/wpbdry/google-slides.svg?branch=main)](https://travis-ci.org/wpbdry/google-slides)
# google-slides
## NPM package for some simple Google Slides operations
[![Build Status](https://travis-ci.org/wpbdry/google-slides.svg?branch=main)](https://travis-ci.org/wpbdry/google-slides)

@@ -5,0 +6,0 @@ ### contents

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