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

oh-my-spreadsheets

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

oh-my-spreadsheets - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

build/dev.js

@@ -20,5 +20,5 @@ "use strict";

const users = await usersTable.list();
await usersTable.remove({ where: { email: 'awesomewmail@mail.com' } });
console.log('Users: ', users);
}
void main();
//# sourceMappingURL=dev.js.map

@@ -66,3 +66,3 @@ "use strict";

spreadsheetId: this.options.tableId,
range: `A${offset}:D${count}`,
range: `A${offset}:Z${count}`,
};

@@ -69,0 +69,0 @@ let data = await this.gsapi.spreadsheets.values.get(opt);

{
"name": "oh-my-spreadsheets",
"version": "1.0.2",
"version": "1.0.3",
"description": "There is a library that provides convenient features for working with Google spreadsheets",

@@ -5,0 +5,0 @@ "main": "build/index.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