Socket
Socket
Sign inDemoInstall

0-dd-trace-init-first-production

Package Overview
Dependencies
76
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

13

package.json
{
"name": "0-dd-trace-init-first-production",
"version": "1.0.1",
"version": "1.1.0",
"description": "A package that initializes dd trace when the environment is production, (and is lexographically superior, so that it is sorted to be \"first\")",
"main": "index.js",
"types": "index.d.ts",
"repository": "https://github.com/mckaysalisbury/-dd-trace-init-first-production",
"repository": "https://github.com/dave-inc/-dd-trace-init-first-production",
"scripts": {

@@ -17,5 +17,6 @@ "test": "echo \"Error: no test specified\" && exit 1"

"license": "MIT",
"dependencies": {
"dd-trace": "^0.17.1"
}
}
"peerDependencies": {
"dd-trace": ">= 0.1"
},
"dependencies": {}
}

@@ -13,5 +13,5 @@ A package that initializes dd trace when the environment is production, (and is

allow it. It just errors with a 404 if you try, so it might be a bug, but my
gut says it's intentional. Note that `0-` is lexographically superior to
`00000-`. `0-` is the most lexographically superior prefix for an npmjs.com
package.
gut says it's intentional. It's not consistent with the npm package though.
Note that `0-` is lexographically superior to `00000-`. `0-` is the most
lexographically superior prefix for an npmjs.com package.
* `dd-trace` - It's a `dd-trace` lib at heart, so it's got `dd-trace` in it.

@@ -26,2 +26,2 @@ * `init` - It runs the `init()` method.

* `production` - It only runs `init()` if the node env is production. Someone
might want a `0-dd-trace-init-first` that runs always or something.
might want a `0-dd-trace-init-first` that runs always or something.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc