🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@pear-protocol/core-sdk

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pear-protocol/core-sdk - npm Package Compare versions

Comparing version
0.0.22
to
0.0.23
+9
-0
dist/core/index.js

@@ -126,2 +126,11 @@ class Core {

};
rebalance = {
manually: async (positionId, body, headers) => {
return await this.client.fetch(`/rebalance/manually/${positionId}`, {
method: "POST",
headers,
body
});
}
};
schedules = {

@@ -128,0 +137,0 @@ list: async (query, headers) => {

+3
-3
{
"name": "@pear-protocol/core-sdk",
"version": "0.0.22",
"version": "0.0.23",
"description": "Pear Protocol Core SDK",

@@ -28,4 +28,4 @@ "private": false,

"dependencies": {
"@pear-protocol/types": "^0.0.19",
"@pear-protocol/utils": "^0.0.19",
"@pear-protocol/types": "^0.0.20",
"@pear-protocol/utils": "^0.0.20",
"qs": "^6.14.0"

@@ -32,0 +32,0 @@ },

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