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

opentracing

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentracing - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

package.json
{
"name": "opentracing",
"version": "0.1.0",
"main": "dist/opentracing-node.min.js",
"version": "0.1.1",
"main": "dist/opentracing-node.js",
"scripts": {

@@ -16,3 +16,3 @@ "webpack": "npm run webpack-node-debug && npm run webpack-node-prod && npm run webpack-browser-debug && npm run webpack-browser-prod",

"type": "git",
"url": ""
"url": "https://github.com/opentracing/opentracing-javascript"
},

@@ -19,0 +19,0 @@ "dependencies": {

@@ -13,3 +13,3 @@ # OpenTracing API for JavaScript

In the current version, `opentracing-javascript` provides the core API and a default no-op implementation.
In the current version, the `opentracing` package provides the core API and a default no-op implementation.

@@ -22,4 +22,12 @@ A reference implementation and a set of simple examples are planned.

Install the package:
```bash
npm install --save opentracing
```
In the JS code, add instrumentation to the operations to be tracked:
```js
// TBD.
// TBD
```

@@ -59,3 +67,2 @@

*See [DEV.md](DEV.md) for additional detail.*
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