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

roarr

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roarr - npm Package Compare versions

Comparing version 2.10.0 to 2.11.0

28

package.json

@@ -13,3 +13,3 @@ {

"dependencies": {
"boolean": "^0.1.3",
"boolean": "^0.2.0",
"semver-compare": "^1.0.0",

@@ -20,20 +20,20 @@ "sprintf-js": "^1.1.1"

"devDependencies": {
"@babel/cli": "^7.0.0-rc.1",
"@babel/core": "^7.0.0-rc.1",
"@babel/node": "^7.0.0-rc.1",
"@babel/plugin-transform-flow-strip-types": "^7.0.0-rc.1",
"@babel/preset-env": "^7.0.0-rc.1",
"@babel/register": "^7.0.0-rc.1",
"ava": "^1.0.0-beta.7",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/node": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"ava": "^1.0.0-beta.8",
"babel-plugin-istanbul": "^5.0.1",
"babel-plugin-transform-export-default-name": "^2.0.4",
"coveralls": "^3.0.2",
"eslint": "^5.3.0",
"eslint-config-canonical": "^11.0.0",
"flow-bin": "^0.78.0",
"eslint": "^5.5.0",
"eslint-config-canonical": "^12.0.0",
"flow-bin": "^0.80.0",
"flow-copy-source": "^2.0.2",
"husky": "^1.0.0-rc.13",
"nock": "^9.6.0",
"nock": "^9.6.1",
"nyc": "^13.0.1",
"semantic-release": "^15.9.8",
"semantic-release": "^15.9.12",
"sinon": "^6.1.5"

@@ -79,3 +79,3 @@ },

},
"version": "2.10.0"
"version": "2.11.0"
}

@@ -37,2 +37,3 @@ # Roarr

* [Using with Elasticsearch](#using-with-elasticsearch)
* [Documenting use of Roarr](#documenting-use-of-roarr)

@@ -524,1 +525,14 @@ ## Motivation

```
### Documenting use of Roarr
If your package is using Roarr, include instructions to README.md describing how to enable logging, e.g.
```markdown
## Logging
This package is using [`roarr`](https://www.npmjs.com/package/roarr) logger to log the program's state.
Export `ROARR_LOG=true` environment variable to enable log printing to stdout.
```
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