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
11
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.3.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
565
increased by43.4%
Maintainers
11
Weekly downloads
 
Created
Source

kintone-js-sdk

REST API client of kintone for node.js and javascript

Installation

For CommonJS usage: npm i @kintone/kintone-js-sdk

Usage

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

Document

kintone-js-sdk

License

MIT License

Copyright(c) Cybozu, Inc.

Keywords

FAQs

Package last updated on 18 Jun 2019

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