New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

temis

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

temis - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+3
.vscode/settings.json
{
"conventionalCommits.scopes": ["deps", "release"]
}
{
"extends": ["./configs/biome/biome.json"]
}
export default {
extends: ["./configs/commitlint/commitlint.config.mjs"],
};
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"css": {
"formatter": {
"enabled": true,
"quoteStyle": "double"
},
"linter": {
"enabled": true
}
},
"formatter": {
"attributePosition": "auto",
"enabled": true,
"formatWithErrors": false,
"ignore": [],
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf",
"lineWidth": 80,
"useEditorconfig": true
},
"javascript": {
"formatter": {
"arrowParentheses": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"quoteStyle": "double",
"enabled": true,
"jsxQuoteStyle": "double",
"quoteProperties": "asNeeded",
"semicolons": "always",
"trailingCommas": "all"
}
},
"json": {
"formatter": {
"enabled": true,
"trailingCommas": "none"
},
"parser": {
"allowComments": true,
"allowTrailingCommas": true
}
},
"linter": {
"enabled": true,
"rules": {
"a11y": {},
"all": true,
"complexity": {},
"correctness": {
"noUndeclaredDependencies": "off"
},
"nursery": {},
"performance": {},
"security": {},
"style": {
"noDefaultExport": "off"
},
"suspicious": {}
}
},
"organizeImports": {
"enabled": false
},
"vcs": {
"clientKind": "git",
"defaultBranch": "main",
"enabled": true,
"useIgnoreFile": true
}
}
/**
* @see https://commitlint.js.org/reference/rules.html
*/
export default {
extends: ["@commitlint/config-conventional"],
rules: {
"subject-case": [0, "never"],
"subject-full-stop": [0, "never"],
"header-case": [0, "never"],
"header-max-length": [0, "never"],
"body-case": [0, "never"],
},
};
+5
-7
{
"name": "temis",
"version": "0.2.0",
"version": "0.2.1",
"private": false,

@@ -22,11 +22,9 @@ "description": "A package that keeps all the settings for great tools in one place, making my TypeScript React development much easier and better, just for me.",

"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.28.1",
"@types/node": "^22.13.9",
"@types/node": "22.13.9",
"commitlint": "19.8.0",
"lefthook": "^1.11.3",
"vitest": "^3.0.7"
"lefthook": "1.11.3"
},
"engines": {
"node": ">=22"
"node": ">=22",
"pnpm": ">=10"
},

@@ -33,0 +31,0 @@ "publishConfig": {