New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@golem-sdk/golem-js

Package Overview
Dependencies
Maintainers
3
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.0 to 2.0.1

8

dist/utils/yagna/yagna.d.ts

@@ -9,2 +9,3 @@ import { RequestorControlApi } from "ya-ts-client/dist/ya-activity/api";

import { Configuration } from "ya-ts-client/dist/ya-payment";
import { Logger } from "..";
export type YagnaApi = {

@@ -27,2 +28,3 @@ market: MarketRequestorApi;

abortController?: AbortController;
logger?: Logger;
};

@@ -36,2 +38,5 @@ export declare const MIN_SUPPORTED_YAGNA = "0.13.2";

private readonly api;
private readonly logger;
/** Used to track the lifetime of the interceptor and align it with the lifetime of API instance */
private axiosErrorInterceptorId;
constructor(options?: YagnaOptions);

@@ -47,3 +52,4 @@ getApi(): YagnaApi;

protected errorHandler(error: Error): Promise<Error>;
protected addErrorHandler(api: YagnaApi): void;
protected addErrorHandler(api: YagnaApi): number;
protected removeErrorHandler(api: YagnaApi): void;
}

2

package.json
{
"name": "@golem-sdk/golem-js",
"version": "2.0.0",
"version": "2.0.1",
"description": "NodeJS and WebBrowser SDK for building apps running on Golem Network",

@@ -5,0 +5,0 @@ "repository": "https://github.com/golemfactory/golem-js",

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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