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

datadog-tracer

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datadog-tracer - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

package.json
{
"name": "datadog-tracer",
"version": "0.3.1",
"version": "0.3.2",
"description": "OpenTracing Tracer implementation for Datadog in JavaScript",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -63,3 +63,3 @@ 'use strict'

for (let i = 0; i < 4; i++) {
number += Math.floor(Math.random() * 255) << (i * 8)
number += Math.floor(Math.random() * 256) << (i * 8)
}

@@ -66,0 +66,0 @@

@@ -30,3 +30,3 @@ 'use strict'

Math.random.onCall(0).returns(0)
Math.random.onCall(1).returns(1)
Math.random.onCall(1).returns(0.999)
Math.random.onCall(2).returns(0)

@@ -33,0 +33,0 @@ Math.random.onCall(3).returns(0)

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