Socket
Socket
Sign inDemoInstall

conventional-changelog-config-spec

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-changelog-config-spec - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

renovate.json

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('./versions/1.0.0/schema.json')
module.exports = require('./versions/2.0.0/schema.json')
{
"name": "conventional-changelog-config-spec",
"version": "1.0.0",
"version": "2.0.0",
"description": "a spec describing the config options supported by conventional-config for upstream tooling",

@@ -8,3 +8,3 @@ "main": "index.js",

"pretest": "standard",
"test": "npx mocha test.js"
"test": "npx mocha tests/*.test.js"
},

@@ -27,6 +27,6 @@ "repository": {

"devDependencies": {
"ajv": "^6.10.0",
"mocha": "^6.1.2",
"standard": "^12.0.1"
"ajv": "6.10.0",
"mocha": "6.1.4",
"standard": "12.0.1"
}
}

@@ -5,2 +5,3 @@ # Conventional Changelog Configuration Spec

- [v1.0.0](versions/1.0.0/README.md) - *Current*
- [v1.0.0](versions/1.0.0/README.md)
- [v2.0.0](versions/2.0.0/README.md) - *Current*
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