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.0.20 to 1.0.21

babel.config.js

14

package.json
{
"name": "public-google-sheets-parser",
"version": "1.0.20",
"version": "1.0.21",
"description": "Public Google sheets parser",
"scripts": {
"build:dist": "npx babel ./src/index.js --out-file ./dist/index.js",
"lint": "eslint --format ./node_modules/eslint-friendly-formatter --ext .js .",
"lint:fix": "eslint --format ./node_modules/eslint-friendly-formatter --ext .js . --fix"
},
"main": "./src/index.js",
"main": "src/index.js",
"unpkg": "dist/index.js",
"jsdelivr": "dist/index.js",
"repository": {

@@ -38,5 +41,10 @@ "type": "git",

"package",
"example"
"example",
"dist"
],
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.8",
"@babel/plugin-transform-async-to-generator": "^7.12.1",
"@babel/plugin-transform-classes": "^7.12.1",
"eslint": "^7.14.0",

@@ -43,0 +51,0 @@ "eslint-friendly-formatter": "^4.0.1",

# Public Google sheets parser
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com) [![npm package](https://img.shields.io/npm/v/public-google-sheets-parser.svg?maxAge=2592000&style=flat-square)](https://www.npmjs.com/package/public-google-sheets-parser)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com) [![npm package](https://img.shields.io/npm/v/public-google-sheets-parser.svg?cacheSeconds=3600&style=flat-square)](https://www.npmjs.com/package/public-google-sheets-parser)

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

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