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

node-tdd

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-tdd - npm Package Compare versions

Comparing version 3.4.2 to 3.4.3

2

lib/modules/random-seeder.js

@@ -48,3 +48,3 @@ import assert from 'assert';

.update(opts.seed)
.update(key)
.update(opts.reseed === true ? 'null' : key)
.update(String(executionCounts[key]))

@@ -51,0 +51,0 @@ .digest();

{
"name": "node-tdd",
"type": "module",
"version": "3.4.2",
"version": "3.4.3",
"description": "Drop in extension for mocha to abstract commonly used test setups",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

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