Socket
Socket
Sign inDemoInstall

spur-config

Package Overview
Dependencies
4
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.0.5

jest.config.js

24

package.json
{
"name": "spur-config",
"description": "Configuration framework to help manage complex application configurations in Node.js.",
"version": "2.0.4",
"version": "2.0.5",
"main": "./src/SpurConfig",

@@ -23,5 +23,4 @@ "author": {

"pretest": "npm run lint",
"test-unit": "mocha ./test/unit/",
"test-integration": "mocha ./test/integration/",
"test": "npm run test-unit && npm run test-integration"
"test": "jest test/",
"test:dev": "npm run test -- --watch"
},

@@ -37,14 +36,13 @@ "bugs": {

"dependencies": {
"lodash.foreach": "^4.5.0",
"lodash.isfunction": "^3.0.9",
"lodash.merge": "^4.6.2",
"require-all": "^3.0.0"
"lodash.foreach": "4.5.0",
"lodash.isfunction": "3.0.9",
"lodash.merge": "4.6.2",
"require-all": "3.0.0"
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.42.0",
"eslint-plugin-node": "^11.1.0",
"mocha": "^10.2.0",
"sinon": "^15.1.2"
"@types/jest": "29.5.12",
"eslint": "8.57.0",
"eslint-plugin-node": "11.1.0",
"jest": "29.7.0"
}
}
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"prConcurrentLimit": 5,
"extends": [
"config:js-app",
"group:monorepos",
"group:recommended",
"packages:eslint",
"packages:unitTest",
"packages:tslint"
],
"packageRules": [
{
"packagePatterns": ["spur-"],
"groupName": "Spur packages",
"description": "All packages related to spur node framework"
},
{
"packagePatterns": ["prettier", "-prettier"],
"groupName": "Prettier packages",
"description": "All packages related to the prettier plugin"
},
{
"packagePatterns": ["eslint", "eslint-"],
"groupName": "ESLint packages",
"description": "All packages related to the eslint plugin"
},
{
"packagePatterns": ["jest", "@types/jest", "nock", "jest-"],
"groupName": "Testing packages",
"description": "All packages related to the test suite"
}
]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc