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

autobase-test-helpers

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autobase-test-helpers - npm Package Compare versions

Comparing version

to
2.1.3

1

index.js

@@ -67,2 +67,3 @@ const b4a = require('b4a')

if (a.updating || b.updating) return false
if (a.signedLength !== b.signedLength) return false

@@ -69,0 +70,0 @@ const h1 = a.heads()

2

package.json
{
"name": "autobase-test-helpers",
"version": "2.1.2",
"version": "2.1.3",
"description": "Helpers when writing tests for an Autobased application",

@@ -5,0 +5,0 @@ "main": "index.js",