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

orbit-db-benchmark-runner

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orbit-db-benchmark-runner - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

benchmarks/index.js

11

package.json
{
"name": "orbit-db-benchmark-runner",
"version": "1.0.1",
"version": "1.0.2",
"description": "OrbitDB Benchmark Runner",

@@ -10,3 +10,3 @@ "main": "index.js",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha --expose-gc"
},

@@ -35,3 +35,8 @@ "author": "aphelionz",

"bugs": "https://github.com/orbitdb/benchmark-runner/issues",
"repository": "github:orbitdb/benchmark-runner"
"repository": "github:orbitdb/benchmark-runner",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.1",
"sinon": "^7.5.0"
}
}

@@ -15,2 +15,8 @@ # OrbitDB Benchmark Runner (_benchmark_runner_)

## Testing
Mocha is used as the testing framework, SinonJS for stubs and mocks and ChaiJS for assertions. To run tests:
`npm run test`
## Contributing

@@ -17,0 +23,0 @@

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