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.0.7 to 0.0.8

3

CHANGES.md

@@ -30,1 +30,4 @@ dtrace-provider - Changes

Fix for multiple enable() calls breaking providers.
* 0.0.8:
Removed overridden "scripts" section from package.json, breaking Windows installs

5

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

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

"main" : "./dtrace-provider.js",
"repository" : { "type" : "git", "url" : "http://github.com/chrisa/node-dtrace-provider.git" },
"scripts": { "install": "node-waf configure build" }
"repository" : { "type" : "git", "url" : "http://github.com/chrisa/node-dtrace-provider.git" }
}
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