New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hawkly

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hawkly - npm Package Compare versions

Comparing version

to
0.5.5

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.5.5"></a>
## [0.5.5](https://github.com/hawkly/hawkly-tracer-javascript/compare/v0.5.4...v0.5.5) (2017-03-01)
<a name="0.5.4"></a>
## [0.5.4](https://github.com/hawkly/hawkly-tracer-javascript/compare/v0.5.3...v0.5.4) (2017-03-01)
<a name="0.5.3"></a>

@@ -7,0 +17,0 @@ ## [0.5.3](https://github.com/hawkly/hawkly-tracer-javascript/compare/v0.5.2...v0.5.3) (2017-03-01)

9

package.json
{
"name": "hawkly",
"version": "0.5.3",
"version": "0.5.5",
"description": "An OpenTracing compatible tracer for hawkly.io",

@@ -26,3 +26,3 @@ "main": "lib/main/index.js",

"docs:json": "typedoc --mode file --json lib/docs/typedoc.json src/index.ts",
"release": "standard-version"
"release": "yarn run build && standard-version"
},

@@ -59,6 +59,6 @@ "scripts-info": {

"trash-cli": "^1.4.0",
"tslib": "^1.6.0",
"tslint": "^4.4.2",
"tslint-config-standard": "^4.0.0",
"typedoc": "^0.5.7",
"tslib": "^1.6.0",
"typescript": "^2.2.1"

@@ -99,3 +99,6 @@ },

]
},
"dependencies": {
"opentracing": "^0.13.0"
}
}

Sorry, the diff of this file is not supported yet