Socket
Socket
Sign inDemoInstall

@web3api/core-js

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3api/core-js - npm Package Compare versions

Comparing version 0.0.1-prealpha.37 to 0.0.1-prealpha.38

4

build/types/Query.d.ts
import { Uri, InvokeApiOptions } from "./";
import { DocumentNode } from "graphql";
/** GraphQL SchemaDocument */
export declare type SchemaDocument = DocumentNode;
/** Create a GraphQL SchemaDocument by parsing a string */
export declare const createSchemaDocument: (schema: string) => DocumentNode;
/** GraphQL QueryDocument */

@@ -8,0 +4,0 @@ export declare type QueryDocument = DocumentNode;

@@ -6,10 +6,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.createQueryDocument = exports.createSchemaDocument = void 0;
exports.createQueryDocument = void 0;
var tracing_js_1 = require("@web3api/tracing-js");
var graphql_1 = require("graphql");
var graphql_tag_1 = __importDefault(require("graphql-tag"));
/** Create a GraphQL SchemaDocument by parsing a string */
exports.createSchemaDocument = tracing_js_1.Tracer.traceFunc("core: createSchemaDocument", function (schema) {
return graphql_1.parse(schema);
});
/** Create a GraphQL QueryDocument by parsing a string */

@@ -16,0 +11,0 @@ exports.createQueryDocument = tracing_js_1.Tracer.traceFunc("core: createQueryDocument", function (query) {

10

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

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

"dependencies": {
"@web3api/manifest-schemas": "0.0.1-prealpha.37",
"@web3api/tracing-js": "0.0.1-prealpha.37",
"@web3api/manifest-schemas": "0.0.1-prealpha.38",
"@web3api/tracing-js": "0.0.1-prealpha.38",
"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.37",
"@web3api/os-js": "0.0.1-prealpha.38",
"jest": "26.6.3",

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

},
"gitHead": "075b2ee45b6d7b9dac0aeac9f6c1a24eb8bef239",
"gitHead": "6622aceb4deee074516af66c1865f057f3cbe1f6",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc