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

google-spreadsheet

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-spreadsheet - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

package.json
{
"name": "google-spreadsheet",
"version": "4.0.1",
"version": "4.0.2",
"description": "Google Sheets API -- simple interface to read/write data and manage sheets",

@@ -5,0 +5,0 @@ "keywords": [

@@ -0,1 +1,3 @@

/* eslint-disable import/extensions */
// re-export just what we need from lodash

@@ -5,29 +7,29 @@ // we do this so we can use a single import, but hopefully

export { default as compact } from 'lodash/compact';
export { default as compact } from 'lodash/compact.js';
export { default as each } from 'lodash/each';
export { default as filter } from 'lodash/filter';
export { default as find } from 'lodash/find';
export { default as flatten } from 'lodash/flatten';
export { default as get } from 'lodash/get';
export { default as groupBy } from 'lodash/groupBy';
export { default as isArray } from 'lodash/isArray';
export { default as isBoolean } from 'lodash/isBoolean';
export { default as isEqual } from 'lodash/isEqual';
export { default as isFinite } from 'lodash/isFinite';
export { default as isInteger } from 'lodash/isInteger';
export { default as isNil } from 'lodash/isNil';
export { default as isNumber } from 'lodash/isNumber';
export { default as isObject } from 'lodash/isObject';
export { default as isString } from 'lodash/isString';
export { default as keyBy } from 'lodash/keyBy';
export { default as keys } from 'lodash/keys';
export { default as map } from 'lodash/map';
export { default as omit } from 'lodash/omit';
export { default as pickBy } from 'lodash/pickBy';
export { default as set } from 'lodash/set';
export { default as some } from 'lodash/some';
export { default as sortBy } from 'lodash/sortBy';
export { default as times } from 'lodash/times';
export { default as unset } from 'lodash/unset';
export { default as values } from 'lodash/values';
export { default as each } from 'lodash/each.js';
export { default as filter } from 'lodash/filter.js';
export { default as find } from 'lodash/find.js';
export { default as flatten } from 'lodash/flatten.js';
export { default as get } from 'lodash/get.js';
export { default as groupBy } from 'lodash/groupBy.js';
export { default as isArray } from 'lodash/isArray.js';
export { default as isBoolean } from 'lodash/isBoolean.js';
export { default as isEqual } from 'lodash/isEqual.js';
export { default as isFinite } from 'lodash/isFinite.js';
export { default as isInteger } from 'lodash/isInteger.js';
export { default as isNil } from 'lodash/isNil.js';
export { default as isNumber } from 'lodash/isNumber.js';
export { default as isObject } from 'lodash/isObject.js';
export { default as isString } from 'lodash/isString.js';
export { default as keyBy } from 'lodash/keyBy.js';
export { default as keys } from 'lodash/keys.js';
export { default as map } from 'lodash/map.js';
export { default as omit } from 'lodash/omit.js';
export { default as pickBy } from 'lodash/pickBy.js';
export { default as set } from 'lodash/set.js';
export { default as some } from 'lodash/some.js';
export { default as sortBy } from 'lodash/sortBy.js';
export { default as times } from 'lodash/times.js';
export { default as unset } from 'lodash/unset.js';
export { default as values } from 'lodash/values.js';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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