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

@codingame/commitlint-config-codingame

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codingame/commitlint-config-codingame - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

dist/index.d.ts
/// <reference path="../src/config-conventionnal.d.ts" />
import * as conventionalConfig from '@commitlint/config-conventional';
declare const config: typeof conventionalConfig;
export = config;
export default config;

@@ -1,31 +0,4 @@

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
const conventionalConfig = __importStar(require("@commitlint/config-conventional"));
const semantic_release_rules_1 = __importDefault(require("@codingame/semantic-release-rules"));
const typeEnum = semantic_release_rules_1.default.map((rule) => rule.type);
import * as conventionalConfig from '@commitlint/config-conventional';
import releaseRules from '@codingame/semantic-release-rules';
const typeEnum = releaseRules.map((rule) => rule.type);
const config = {

@@ -38,2 +11,2 @@ ...conventionalConfig,

};
module.exports = config;
export default config;
{
"name": "@codingame/commitlint-config-codingame",
"version": "1.1.0",
"version": "1.1.1",
"description": "Default configuration for commit lint at CodinGame",
"main": "dist/index.js",
"type": "module",
"scripts": {

@@ -7,0 +8,0 @@ "build": "tsc"

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