box-node-sdk
box-node-sdk copied to clipboard
A Javascript interface for interacting with the Box API. You can find the node package at
Closes: SDK-2256 ``` Test Suites: 1 passed, 1 total Tests: 14 passed, 14 total Snapshots: 0 total Time: 70.007 s ```
- [X] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue. - [X] I have checked that the [API documentation][api-docs] doesn't solve my issue. - [X] I have...
Fixes bug #526
- [x] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue. - [x] I have checked that the [API documentation][api-docs] doesn't solve my issue. - [x] I have...
- [X] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue. - [X] I have checked that the [API documentation][api-docs] doesn't solve my issue. - [X] I have...
Fix CVE-2021-3918 9.8 Vulnerability due to dependency on json-schema-0.2.3.tgz (Vulnerable Library)
### Is your feature request related to a problem? Please describe. Vulnerable Library - json-schema-0.2.3.tgz JSON Schema validation and specifications Library home page: https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz Path to dependency file: /package.json Path...
box-node-sdk is using request 2.88.2 but that library is deprecated as of Feb 11th 2020 Are there any plans to have it replaced ? Additional reason is that request is...
- [x] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue. - [x] I have checked that the [API documentation][api-docs] doesn't solve my issue. - [x] I have...
Node app using service account / JWT with these retry settings: `var sdk = BoxSDK.getPreconfiguredInstance(config); sdk.configure({ retryIntervalMS: 4000, // increase the base retry delay from 2s (default) to 4s numMaxRetries:...
` client.folders.getItems(id,{ offset: offset, limit: limit, fields: ['name','modified_at'], sort: 'date', direction: 'DESC' })` when I add fields to an array as above, only the first item in the array is...