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.69 to 0.0.1-prealpha.70

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\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";
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\nscalar Map\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\ndirective @annotate(type: String!) on FIELD\n\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.69",
"version": "0.0.1-prealpha.70",
"main": "build/index.js",

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

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

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

},
"gitHead": "03ca9d2f0cbe931762cbd15739cd50ac1f21d1bb",
"gitHead": "b215f4c1e4f79e385d78a9b0383fb78ed2000019",
"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

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