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

node-tdd

Package Overview
Dependencies
Maintainers
0
Versions
169
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 5.2.5 to 6.0.0

2

lib/modules/cache-clearer.js

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

result.push({ obj, key, value });
} catch (e) { /* ignored */ }
} catch { /* ignored */ }
}

@@ -21,0 +21,0 @@ return result;

@@ -11,3 +11,3 @@ // This code logic is used to migrate legacy AWS SQS xml to json

});
} catch (e) {
} catch {
return null;

@@ -14,0 +14,0 @@ }

@@ -9,3 +9,3 @@ export const buildKey = (interceptor) => `${interceptor.method} ${interceptor.basePath}${interceptor.uri}`;

return JSON.parse(value);
} catch (e) {
} catch {
return value;

@@ -12,0 +12,0 @@ }

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

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

"tsv": "yarn run test-simple --verbose",
"semantic-release": "yarn run build-clean && npx semantic-release",
"semantic-release": "yarn run build-clean && yarn exec semantic-release",
"gardener": "node gardener.js",

@@ -45,21 +45,21 @@ "u": "yarn upgrade --latest --force",

"devDependencies": {
"@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.3.2",
"aws-sdk-wrap": "13.2.1",
"axios": "1.6.7",
"c8": "9.1.0",
"chai": "5.1.0",
"eslint": "8.57.0",
"@aws-sdk/client-sqs": "3.734.0",
"@babel/core": "7.26.7",
"@babel/eslint-parser": "7.26.5",
"@babel/register": "7.25.9",
"@blackflux/eslint-plugin-rules": "4.0.0",
"@blackflux/robo-config-plugin": "10.0.0",
"aws-sdk-wrap": "13.3.2",
"axios": "1.7.9",
"c8": "10.1.3",
"chai": "5.1.2",
"eslint": "9.19.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-mocha": "10.3.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-mocha": "10.5.0",
"fancy-log": "2.0.0",
"js-gardener": "5.0.4",
"lambda-monitor-logger": "5.0.1"
"js-gardener": "6.0.2",
"lambda-monitor-logger": "5.1.1"
},

@@ -73,3 +73,3 @@ "licenses": [

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

@@ -80,4 +80,4 @@ "files": [

"dependencies": {
"callsites": "4.1.0",
"joi-strict": "3.0.1",
"callsites": "4.2.0",
"joi-strict": "4.0.0",
"lodash.clonedeep": "4.5.0",

@@ -84,0 +84,0 @@ "lodash.get": "4.4.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