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

@web3api/tracing-js

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3api/tracing-js - npm Package Compare versions

Comparing version 0.0.1-prealpha.80 to 0.0.1-prealpha.81

2

build/index.js

@@ -28,3 +28,3 @@ "use strict";

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -31,0 +31,0 @@ return result;

{
"name": "@web3api/tracing-js",
"description": "Web3API Core Tracing",
"version": "0.0.1-prealpha.80",
"version": "0.0.1-prealpha.81",
"license": "MIT",

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

"lint": "eslint --color -c ../../../.eslintrc.js src/",
"test": "jest --passWithNoTests --runInBand --verbose",
"test:ci": "jest --passWithNoTests --runInBand --verbose",
"test": "jest --passWithNoTests --runInBand --verbose --onlyChanged",
"test:ci": "jest --passWithNoTests --runInBand --verbose --onlyChanged",
"test:watch": "jest --watch --passWithNoTests --verbose"

@@ -44,5 +44,5 @@ },

"ts-node": "8.10.2",
"typescript": "3.9.7"
"typescript": "4.0.7"
},
"gitHead": "1ba6782929ddae44866ec9e59e14b6ada4785bb2",
"gitHead": "99dd08378e51809acaf96a61aa146a128d697f7d",
"publishConfig": {

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

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