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

boomcatch

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boomcatch - npm Package Compare versions

Comparing version 3.1.1 to 3.2.3

17

HISTORY.md
# History
## 3.2.3
* Switch from deprecated `node-uuid` to `uuid` version 3.0.0 (thanks @marcbachmann)
## 3.1.3
* Update to handlebars 4 that fixes several security vulnerabilities:
- [https://nodesecurity.io/advisories/39](https://nodesecurity.io/advisories/39)
- [https://nodesecurity.io/advisories/48](https://nodesecurity.io/advisories/48)
- [https://nodesecurity.io/advisories/61](https://nodesecurity.io/advisories/61)
- [https://nodesecurity.io/advisories/77](https://nodesecurity.io/advisories/77)
* Updates other packages to recent versions.
## 3.1.2
* Adds Travis test for node 6 and updates the refs for node 4 and 5
## 3.1.1

@@ -4,0 +21,0 @@

115

package.json
{
"name": "boomcatch",
"version": "3.1.1",
"description": "A standalone, node.js-based beacon receiver for boomerang.",
"homepage": "https://github.com/springernature/boomcatch",
"bugs": "https://github.com/springernature/boomcatch/issues",
"license": "GPL-3.0+",
"author": "Springer Nature (https://github.com/springernature)",
"main": "./src",
"bin": {
"boomcatch": "./src/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/springernature/boomcatch.git"
},
"keywords": [
"boomerang",
"kylie",
"beacon",
"server",
"receiver",
"forwarder",
"mapper",
"marshaller",
"rum",
"metric",
"monitoring",
"performance"
],
"dependencies": {
"check-types": "~3.2.0",
"commander": "~2.8.1",
"get-off-my-log": "~0.1.0",
"qs": "~3.1.0",
"useragent": "~2.1.6",
"yamlparser": "~0.0.2",
"request": "~2.57.0",
"node-uuid": "~1.4.3",
"toobusy-js": "~0.4.2",
"handlebars": "~3.0.3",
"ua-parser-js": "~0.7.7"
},
"optionalDependencies": {
"ain2": "~1.5.2"
},
"devDependencies": {
"jshint": "~2.8.0",
"mocha": "~2.2.5",
"chai": "~3.0.0",
"mockery": "~1.4.0",
"spooks": "~2.0.0",
"cheerio": "~0.19.0"
},
"scripts": {
"lint": "jshint src --config .jshintrc",
"test": "mocha --ui tdd --reporter spec --recursive --colors test"
}
"name": "boomcatch",
"version": "3.2.3",
"description": "A standalone, node.js-based beacon receiver for boomerang.",
"homepage": "https://github.com/springernature/boomcatch",
"bugs": "https://github.com/springernature/boomcatch/issues",
"license": "GPL-3.0+",
"author": "Springer Nature (https://github.com/springernature)",
"main": "./src",
"bin": {
"boomcatch": "./src/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/springernature/boomcatch.git"
},
"keywords": [
"boomerang",
"kylie",
"beacon",
"server",
"receiver",
"forwarder",
"mapper",
"marshaller",
"rum",
"metric",
"monitoring",
"performance"
],
"dependencies": {
"check-types": "~3.2.0",
"commander": "~2.9.0",
"get-off-my-log": "~0.1.0",
"handlebars": "~4.0.5",
"qs": "~3.1.0",
"request": "~2.74.0",
"toobusy-js": "~0.5.1",
"ua-parser-js": "~0.7.10",
"useragent": "~2.1.8",
"uuid": "^3.0.0",
"yamlparser": "~0.0.2"
},
"optionalDependencies": {
"ain2": "~2.0.0"
},
"devDependencies": {
"jshint": "~2.9.0",
"mocha": "~3.0.2",
"chai": "~3.0.0",
"mockery": "~1.4.0",
"spooks": "~2.0.0",
"cheerio": "~0.19.0"
},
"scripts": {
"lint": "jshint src --config .jshintrc",
"test": "mocha --ui tdd --reporter spec --recursive --colors test"
}
}

@@ -10,3 +10,3 @@ # boomcatch

* **boomcatch version**: *3.1.1*
* **boomcatch version**: *3.2.3*
* **node.js versions**: *0.10 and later*

@@ -271,2 +271,6 @@

## Support
You can have a look at the [Springer Nature Frontend Playbook][support] for an explanation of how we support our open source projects.
## License

@@ -288,3 +292,4 @@

[history]: HISTORY.md
[support]: https://github.com/springernature/frontend/blob/master/practices/open-source-support.md
[license]: COPYING

@@ -24,3 +24,3 @@ // Copyright © 2014, 2015, 2016 Springer Nature

path = require('path'),
uuid = require('node-uuid'),
uuid = require('uuid'),
extensions;

@@ -27,0 +27,0 @@

@@ -30,3 +30,3 @@ // Copyright © 2014, 2015, 2016 Springer Nature

mockery.registerAllowable('check-types');
mockery.registerAllowable('node-uuid');
mockery.registerAllowable('uuid');
mockery.registerAllowable('crypto');

@@ -33,0 +33,0 @@

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