Socket
Socket
Sign inDemoInstall

@web3api/core-js

Package Overview
Dependencies
48
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1-prealpha.58 to 0.0.1-prealpha.59

build/types/Env.d.ts

6

build/types/Client.d.ts

@@ -1,2 +0,2 @@

import { QueryHandler, InvokeHandler, SubscriptionHandler, UriRedirect, Uri, PluginRegistration, InterfaceImplementations } from "./";
import { QueryHandler, InvokeHandler, SubscriptionHandler, UriRedirect, Uri, PluginRegistration, InterfaceImplementations, Env } from "./";
import { ManifestType, AnyManifest } from "../manifest";

@@ -7,2 +7,3 @@ export interface ClientConfig<TUri extends Uri | string = string> {

interfaces: InterfaceImplementations<TUri>[];
envs: Env<TUri>[];
}

@@ -16,2 +17,3 @@ export interface Contextualized {

export declare type GetSchemaOptions = Contextualized;
export declare type GetEnvsOptions = Contextualized;
export interface GetManifestOptions<TManifestType extends ManifestType> extends Contextualized {

@@ -31,2 +33,4 @@ type: TManifestType;

getInterfaces(options: GetInterfacesOptions): readonly InterfaceImplementations<Uri>[];
getEnvs(options: GetEnvsOptions): readonly Env<Uri>[];
getEnvByUri<TUri extends Uri | string>(uri: TUri, options: GetEnvsOptions): Env<Uri> | undefined;
getSchema<TUri extends Uri | string>(uri: TUri, options: GetSchemaOptions): Promise<string>;

@@ -33,0 +37,0 @@ getManifest<TUri extends Uri | string, TManifestType extends ManifestType>(uri: TUri, options: GetManifestOptions<TManifestType>): Promise<AnyManifest<TManifestType>>;

@@ -10,3 +10,4 @@ export * from "./Api";

export * from "./UriRedirect";
export * from "./Env";
export * from "./InterfaceImplementations";
export * from "./PluginRegistration";

@@ -22,4 +22,5 @@ "use strict";

__exportStar(require("./UriRedirect"), exports);
__exportStar(require("./Env"), exports);
__exportStar(require("./InterfaceImplementations"), exports);
__exportStar(require("./PluginRegistration"), exports);
//# sourceMappingURL=index.js.map

10

package.json
{
"name": "@web3api/core-js",
"description": "Web3API Javascript Core",
"version": "0.0.1-prealpha.58",
"version": "0.0.1-prealpha.59",
"license": "MIT",

@@ -23,4 +23,4 @@ "repository": {

"dependencies": {
"@web3api/manifest-schemas": "0.0.1-prealpha.58",
"@web3api/tracing-js": "0.0.1-prealpha.58",
"@web3api/manifest-schemas": "0.0.1-prealpha.59",
"@web3api/tracing-js": "0.0.1-prealpha.59",
"graphql": "15.5.0",

@@ -35,3 +35,3 @@ "graphql-tag": "2.10.4",

"@types/semver": "7.3.8",
"@web3api/os-js": "0.0.1-prealpha.58",
"@web3api/os-js": "0.0.1-prealpha.59",
"jest": "26.6.3",

@@ -45,3 +45,3 @@ "json-schema-to-typescript": "10.1.3",

},
"gitHead": "98cadd2b8e34c79842b73d6971c8c8e8e0888cb7",
"gitHead": "e12a6eb59cf2c27e0170ad0ef7bbd92003f1329a",
"publishConfig": {

@@ -48,0 +48,0 @@ "access": "public"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc