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
6
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kintone/kintone-js-sdk

The SDK of kintone REST API client on node and browser

  • 0.7.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

kintone-js-sdk

REST API client of kintone for node.js and javascript

⚠️This package will be deprecated. Please use @kintone/rest-api-client instead.

Note when using @kintone/rest-api-client

rest-api-client is being updated weekly.
Currently, not all kintone-js-sdk's features are being supported on the rest-api-client.
Once the rest-api-client supports all the necessary features for your use, it is highly recommended to switch over.
For the latest features and news regarding the rest-api-client, please check the reference.

How to build

Requirement

* Node.js
* Git
$ git clone https://github.com/kintone/kintone-js-sdk.git
$ cd kintone-js-sdk
$ npm install
$ npm run build

Output

/dist/kintone-js-sdk.min.js
/esm/browser/main.js
/cjs/node/main.js

Installation

npm i @kintone/kintone-js-sdk

Note

From v0.5.0 completely changed parameters of all modules' constructors and functions to single object parameters. If you will not use v0.5.0 or upper, please specify the version to install.
Ex.

npm i @kintone/kintone-js-sdk@v0.4.2

Usage

  • UMD: include kintone-js-sdk.min.js from dist folder
const kintone = window.kintoneJSSDK;
  • CommonJS: install kintone-js-sdk using "npm i @kintone/kintone-js-sdk"
const kintone = require('@kintone/kintone-js-sdk')
  • ESM: install kintone-js-sdk using "npm i @kintone/kintone-js-sdk"
import * as kintoneJSSDK from '@kintone/kintone-js-sdk'

Document

kintone-js-sdk

License

MIT License

Copyright(c) Cybozu, Inc.

Keywords

FAQs

Package last updated on 21 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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