Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gsheet-api

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gsheet-api - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

2

package.json
{
"name": "gsheet-api",
"version": "0.1.12",
"version": "0.1.13",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/GoogleSheetService.ts",

@@ -5,8 +5,6 @@ // import { Row } from "./model/RowModel";

export default class GoogleSheetService {
test() {
getMessage()
// console.log("==== Test Function =>")
return "Test Function"
}

@@ -13,0 +11,0 @@

@@ -1,7 +0,7 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getMessage = void 0;
function getMessage() {
return 'hello';
}
exports.getMessage = getMessage;
// "use strict";
// Object.defineProperty(exports, "__esModule", { value: true });
// exports.getMessage = void 0;
// function getMessage() {
// return 'hello';
// }
// exports.getMessage = getMessage;
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