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

@mondaycom/apps-sdk

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mondaycom/apps-sdk - npm Package Compare versions

Comparing version 3.0.12 to 3.1.0

2

dist/cjs/minimal-package.js
"use strict";
exports.__esModule = true;
exports["default"] = { name: '@mondaycom/apps-sdk', version: '3.0.12' };
exports["default"] = { name: '@mondaycom/apps-sdk', version: '3.1.0' };
//# sourceMappingURL=minimal-package.js.map
{
"name": "@mondaycom/apps-sdk",
"version": "3.0.12",
"version": "3.1.0",
"description": "monday apps SDK for NodeJS",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

@@ -122,2 +122,5 @@ "use strict";

case 0:
if (!key) {
return [2 /*return*/, { success: false, records: null }];
}
url = this.searchUrl(key, options);

@@ -124,0 +127,0 @@ params = { method: 'GET' };

@@ -1,2 +0,2 @@

export default { name: '@mondaycom/apps-sdk', version: '3.0.12' };
export default { name: '@mondaycom/apps-sdk', version: '3.1.0' };
//# sourceMappingURL=minimal-package.js.map
{
"name": "@mondaycom/apps-sdk",
"version": "3.0.12",
"version": "3.1.0",
"description": "monday apps SDK for NodeJS",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

@@ -119,2 +119,5 @@ var __extends = (this && this.__extends) || (function () {

case 0:
if (!key) {
return [2 /*return*/, { success: false, records: null }];
}
url = this.searchUrl(key, options);

@@ -121,0 +124,0 @@ params = { method: 'GET' };

{
"name": "@mondaycom/apps-sdk",
"version": "3.0.12",
"version": "3.1.0",
"description": "monday apps SDK for NodeJS",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

@@ -62,3 +62,3 @@ # apps-sdk

```typescript
const { records, cursor, success } = await storage.get(key, { cursor });
const { records, cursor, success } = await storage.search(key, { cursor });
```

@@ -65,0 +65,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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