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

public-google-sheets-parser

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

public-google-sheets-parser - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

4

dist/index.js

@@ -11,3 +11,3 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }

const isBrowser = typeof require === 'undefined';
const isBrowser = typeof window !== 'undefined' && typeof window.document !== 'undefined';
const fetch = isBrowser ?

@@ -141,3 +141,3 @@ /* istanbul ignore next */

if (isBrowser) {
if (isBrowser && !module) {
window.PublicGoogleSheetsParser = PublicGoogleSheetsParser;

@@ -144,0 +144,0 @@ } else {

{
"name": "public-google-sheets-parser",
"version": "1.5.0",
"version": "1.5.1",
"description": "Get JSONArray from public google sheets with using only spreadsheetId",

@@ -5,0 +5,0 @@ "scripts": {

# Public Google Sheets Parser
![Author](https://img.shields.io/badge/Author-fureweb-blue)
![checks](https://img.shields.io/github/checks-status/fureweb-com/public-google-sheets-parser/main)
![npm package](https://img.shields.io/npm/v/public-google-sheets-parser.svg)
![codecov](https://img.shields.io/codecov/c/github/fureweb-com/public-google-sheets-parser)
![license](https://img.shields.io/npm/l/public-google-sheets-parser)
![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)
![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Ffureweb-com%2Fpublic-google-sheets-parser)
![GitHub stars](https://img.shields.io/github/stars/fureweb-com/public-google-sheets-parser)
![downloads](https://img.shields.io/npm/dm/public-google-sheets-parser)
![JSDelivr CDN](https://data.jsdelivr.com/v1/package/npm/public-google-sheets-parser/badge)
[![Author](https://img.shields.io/badge/Author-fureweb-blue)](https://github.com/fureweb-com)
[![checks](https://img.shields.io/github/checks-status/fureweb-com/public-google-sheets-parser/main)](https://img.shields.io/github/checks-status/fureweb-com/public-google-sheets-parser/main)
[![npm package](https://img.shields.io/npm/v/public-google-sheets-parser.svg)](https://www.npmjs.com/package/public-google-sheets-parser)
[![codecov](https://img.shields.io/codecov/c/github/fureweb-com/public-google-sheets-parser)](https://codecov.io/gh/fureweb-com/public-google-sheets-parser)
[![license](https://img.shields.io/npm/l/public-google-sheets-parser)](https://github.com/fureweb-com/public-google-sheets-parser/blob/main/LICENSE)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Ffureweb-com%2Fpublic-google-sheets-parser)](https://hits.seeyoufarm.com)
[![GitHub stars](https://img.shields.io/github/stars/fureweb-com/public-google-sheets-parser)](https://github.com/fureweb-com/public-google-sheets-parser/stargazers)
[![downloads](https://img.shields.io/npm/dm/public-google-sheets-parser)](https://www.npmjs.com/package/public-google-sheets-parser)
[![JSDelivr CDN](https://data.jsdelivr.com/v1/package/npm/public-google-sheets-parser/badge)](https://www.jsdelivr.com/package/npm/public-google-sheets-parser)

@@ -14,0 +14,0 @@ ![Introduction](introduction.png)

@@ -1,2 +0,2 @@

const isBrowser = typeof require === 'undefined'
const isBrowser = typeof window !== 'undefined' && typeof window.document !== 'undefined';
const fetch = isBrowser ? /* istanbul ignore next */window.fetch : require('../src/fetch')

@@ -99,3 +99,3 @@

/* istanbul ignore next */
if (isBrowser) {
if (isBrowser && !module) {
window.PublicGoogleSheetsParser = PublicGoogleSheetsParser

@@ -102,0 +102,0 @@ } else {

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