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.1 to 1.5.2

2

dist/index.js

@@ -140,3 +140,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); } }

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

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

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

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

@@ -99,3 +99,3 @@ const isBrowser = typeof window !== 'undefined' && typeof window.document !== 'undefined';

/* istanbul ignore next */
if (isBrowser && !module) {
if (isBrowser && typeof module === 'undefined') {
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