Socket
Socket
Sign inDemoInstall

benchmark-suite

Package Overview
Dependencies
5
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.8 to 1.0.0

dist/cjs/index.js

57

package.json
{
"name": "benchmark-suite",
"version": "0.1.8",
"version": "1.0.0",
"description": "A simple suite of benchmarking tests",

@@ -23,32 +23,49 @@ "keywords": [

"author": "Kevin Malakoff <kmalakoff@gmail.com> (https://github.com/kmalakoff)",
"main": "index.js",
"type": "module",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
},
"./*": "./*"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"format": "prettier --write .",
"lint": "eslint .",
"prepublishOnly": "npm run lint && depcheck",
"test": "mocha-compat test/spec/**/*.test.js",
"test:engines": "nvu engines npm test"
"build": "tsds build",
"deploy": "tsds deploy",
"format": "biome check --apply-unsafe src/ test/",
"test": "tsds test:node --timeout=10000",
"test:engines": "nvu engines npm test",
"version": "tsds version"
},
"dependencies": {
"eventemitter3": "^4.0.7",
"eventemitter3": "^5.0.1",
"expose-gc": "^1.0.0",
"human-format": "^1.0.0",
"human-format": "^1.2.0",
"pretty-bytes": "^5.6.0",
"stats-accumulator": "^1.1.2"
"stats-accumulator": "^1.1.3"
},
"devDependencies": {
"@typescript-eslint/parser": "^5.30.7",
"depcheck": "^1.4.3",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"mocha-compat": "^3.5.5",
"prettier": "^2.7.1"
"@biomejs/biome": "^1.5.3",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.19",
"depcheck": "^1.4.7",
"ts-dev-stack": "^0.14.4"
},
"engines": {
"node": ">=8"
},
"tsds": {
"source": "src/index.mjs",
"targets": [
"cjs",
"esm"
]
}
}
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