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

@g123jp/ctw-box-sdk

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@g123jp/ctw-box-sdk - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

2

package.json
{
"name": "@g123jp/ctw-box-sdk",
"version": "0.1.10",
"version": "0.1.11",
"description": "",

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

@@ -70,5 +70,8 @@ # CTW BOX - Core SDK

const link =
"https://ctwbox.stg.g123.jp/?owner=lukasz.m&updated_at_range=1672996870_1672996881&page=1";
const { data } = await boxClient.listObjectsFromLink(options);
"https://ctwbox.stg.g123.jp/?link_id=3c7d6e9ecb0a4ac9ab9aedfa0035232d";
const { data } = await boxClient.listObjectsFromLink({
fullLink: link,
});
```
The supported parameters are `fullLink`, `linkId`, `page` and `limit`
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