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

@kintone/kintone-js-sdk

Package Overview
Dependencies
Maintainers
5
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kintone/kintone-js-sdk - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

package.json
{
"name": "@kintone/kintone-js-sdk",
"version": "0.4.1",
"version": "0.4.2",
"description": "The SDK of kintone REST API client on node and browser",

@@ -5,0 +5,0 @@ "main": "./src/node/main.js",

@@ -81,3 +81,5 @@ /* eslint-disable no-async-promise-executor, require-atomic-updates */

.catch((err)=>{
kintoneRC.deleteCursor(myCursor.id);
if (myCursor) {
kintoneRC.deleteCursor({id: myCursor.id});
}
throw err;

@@ -84,0 +86,0 @@ });

Sorry, the diff of this file is too big to display

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