Socket
Socket
Sign inDemoInstall

@web3api/logger-plugin-js

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3api/logger-plugin-js - npm Package Compare versions

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

2

build/w3/schema.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.schema = void 0;
exports.schema = "### Web3API Header START ###\nscalar UInt\nscalar UInt8\nscalar UInt16\nscalar UInt32\nscalar Int\nscalar Int8\nscalar Int16\nscalar Int32\nscalar Bytes\nscalar BigInt\nscalar JSON\n\ndirective @imported(\n uri: String!\n namespace: String!\n nativeType: String!\n) on OBJECT | ENUM\n\ndirective @imports(\n types: [String!]!\n) on OBJECT\n### Web3API Header END ###\n\ntype Query implements Logger_Query @imports(\n types: [\n \"Logger_Query\",\n \"Logger_LogLevel\"\n ]\n) {\n log(\n level: Logger_LogLevel!\n message: String!\n ): Boolean!\n}\n\n### Imported Queries START ###\n\ntype Logger_Query @imported(\n uri: \"ens/logger.core.web3api.eth\",\n namespace: \"Logger\",\n nativeType: \"Query\"\n) {\n log(\n level: Logger_LogLevel!\n message: String!\n ): Boolean!\n}\n\n### Imported Queries END ###\n\n### Imported Objects START ###\n\nenum Logger_LogLevel @imported(\n uri: \"ens/logger.core.web3api.eth\",\n namespace: \"Logger\",\n nativeType: \"LogLevel\"\n) {\n DEBUG\n INFO\n WARN\n ERROR\n}\n\n### Imported Objects END ###\n";
exports.schema = "### Web3API Header START ###\nscalar UInt\nscalar UInt8\nscalar UInt16\nscalar UInt32\nscalar Int\nscalar Int8\nscalar Int16\nscalar Int32\nscalar Bytes\nscalar BigInt\nscalar JSON\n\ndirective @imported(\n uri: String!\n namespace: String!\n nativeType: String!\n) on OBJECT | ENUM\n\ndirective @imports(\n types: [String!]!\n) on OBJECT\n\ndirective @capability(\n type: String!\n uri: String!\n namespace: String!\n) repeatable on OBJECT\n\ndirective @enabled_interface on OBJECT\n### Web3API Header END ###\n\ntype Query implements Logger_Query @imports(\n types: [\n \"Logger_Query\",\n \"Logger_LogLevel\"\n ]\n) {\n log(\n level: Logger_LogLevel!\n message: String!\n ): Boolean!\n}\n\n### Imported Queries START ###\n\ntype Logger_Query @imported(\n uri: \"ens/logger.core.web3api.eth\",\n namespace: \"Logger\",\n nativeType: \"Query\"\n) {\n log(\n level: Logger_LogLevel!\n message: String!\n ): Boolean!\n}\n\n### Imported Queries END ###\n\n### Imported Objects START ###\n\nenum Logger_LogLevel @imported(\n uri: \"ens/logger.core.web3api.eth\",\n namespace: \"Logger\",\n nativeType: \"LogLevel\"\n) {\n DEBUG\n INFO\n WARN\n ERROR\n}\n\n### Imported Objects END ###\n";
//# sourceMappingURL=schema.js.map

@@ -13,3 +13,3 @@ {

],
"version": "0.0.1-prealpha.58",
"version": "0.0.1-prealpha.59",
"main": "build/index.js",

@@ -25,7 +25,7 @@ "scripts": {

"dependencies": {
"@web3api/core-js": "0.0.1-prealpha.58"
"@web3api/core-js": "0.0.1-prealpha.59"
},
"devDependencies": {
"@types/jest": "26.0.8",
"@web3api/client-js": "0.0.1-prealpha.58",
"@web3api/client-js": "0.0.1-prealpha.59",
"jest": "26.6.3",

@@ -37,3 +37,3 @@ "rimraf": "3.0.2",

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

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

Sorry, the diff of this file is not supported yet

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