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

@bunchmark/core

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bunchmark/core - npm Package Compare versions

Comparing version 1.0.0-pre-12 to 1.0.0-pre-13

2

package.json
{
"name": "@bunchmark/core",
"version": "1.0.0-pre-12",
"version": "1.0.0-pre-13",
"description": "benchmarking lib",

@@ -5,0 +5,0 @@ "type": "module",

@@ -137,3 +137,3 @@ export { run };

for (const j in sh) {
console.log(Object.keys(sh[k]), sh[k].i)
console.log(Object.keys(sh[j]), sh[j].i)
yield { kind: "task", task: runOne(sh[j]), i: sh[j].i };

@@ -140,0 +140,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