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 4.1.1 to 5.0.0

34

package.json
{
"name": "node-tdd",
"type": "module",
"version": "4.1.1",
"version": "5.0.0",
"description": "Drop in extension for mocha to abstract commonly used test setups",

@@ -12,3 +12,3 @@ "main": "lib/index.js",

"build-clean": "yarn run clean && yarn run build",
"test-simple": "c8 mocha --experimental-loader=./test/hot.js \"./test/**/*.spec.js\"",
"test-simple": "c8 mocha --import=./test/reg.js \"./test/**/*.spec.js\"",
"docker": "docker run --net host -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash",

@@ -45,18 +45,18 @@ "t": "yarn test",

"devDependencies": {
"@aws-sdk/client-sqs": "3.458.0",
"@babel/core": "7.23.3",
"@babel/eslint-parser": "7.23.3",
"@babel/register": "7.22.15",
"@aws-sdk/client-sqs": "3.523.0",
"@babel/core": "7.24.0",
"@babel/eslint-parser": "7.23.10",
"@babel/register": "7.23.7",
"@blackflux/eslint-plugin-rules": "3.0.1",
"@blackflux/robo-config-plugin": "9.2.4",
"aws-sdk-wrap": "13.1.2",
"axios": "1.6.2",
"c8": "8.0.1",
"chai": "4.3.10",
"eslint": "8.54.0",
"@blackflux/robo-config-plugin": "9.3.2",
"aws-sdk-wrap": "13.2.1",
"axios": "1.6.7",
"c8": "9.1.0",
"chai": "5.1.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-mocha": "10.2.0",
"eslint-plugin-mocha": "10.3.0",
"fancy-log": "2.0.0",

@@ -73,3 +73,3 @@ "js-gardener": "5.0.4",

"engines": {
"node": ">= 16"
"node": ">= 18"
},

@@ -87,3 +87,3 @@ "files": [

"minimist": "1.2.8",
"nock": "13.4.0",
"nock": "13.5.4",
"normalize-url": "2.0.1",

@@ -93,5 +93,5 @@ "object-scan": "19.0.5",

"timekeeper": "2.3.1",
"tmp": "0.2.1",
"tmp": "0.2.3",
"xml2js": "0.6.2"
}
}
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