Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.31 to 0.0.1-prealpha.32

4

build/index.d.ts

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

import { Plugin, PluginManifest, PluginModules, PluginPackage } from "@web3api/core-js";
import { Plugin, PluginPackageManifest, PluginModules, PluginPackage } from "@web3api/core-js";
export declare enum LogLevel {

@@ -12,3 +12,3 @@ DEBUG = 0,

constructor(logFunc?: LogFunc);
static manifest(): PluginManifest;
static manifest(): PluginPackageManifest;
getModules(): PluginModules;

@@ -15,0 +15,0 @@ log(level: LogLevel, message: string): boolean;

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

import { PluginManifest } from "@web3api/core-js";
export declare const manifest: PluginManifest;
import { PluginPackageManifest } from "@web3api/core-js";
export declare const manifest: PluginPackageManifest;

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

],
"version": "0.0.1-prealpha.31",
"version": "0.0.1-prealpha.32",
"main": "build/index.js",

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

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

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

},
"gitHead": "6d0d2cca02a292be1b1bf530a03d2714a4f03bb3",
"gitHead": "74b56a2cc49ce1fe95c16fc63cb39fd816671b49",
"publishConfig": {

@@ -39,0 +39,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