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

dtrace-provider

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dtrace-provider - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

libusdt-arch.js

4

CHANGES.md

@@ -6,2 +6,6 @@ dtrace-provider - Changes

* 0.2.4:
Improve Node architecture detection to support 0.6.x, and respect
npm's prefix when choosing a node binary to use (reported by Trent Mick)
* 0.2.3:

@@ -8,0 +12,0 @@ libusdt update - don't invoke ranlib on SunOS-derived systems

5

package.json
{
"name" : "dtrace-provider",
"version" : "0.2.3",
"version" : "0.2.4",
"description" : "Native DTrace providers for node.js applications",

@@ -9,3 +9,4 @@ "keywords" : ["dtrace"],

"main" : "./dtrace-provider.js",
"repository" : { "type" : "git", "url" : "http://github.com/chrisa/node-dtrace-provider.git" }
"repository" : { "type" : "git", "url" : "http://github.com/chrisa/node-dtrace-provider.git" },
"engines": { "node" : ">=0.6" }
}

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