🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@slango/tessera

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slango/tessera - npm Package Compare versions

Comparing version
1.0.29
to
1.0.30
+7
-4
package.json
{
"name": "@slango/tessera",
"version": "1.0.29",
"version": "1.0.30",
"private": false,

@@ -12,2 +12,5 @@ "description": "Collection of typescript utilities",

"type": "module",
"files": [
"src"
],
"exports": {

@@ -22,5 +25,5 @@ "./*": "./src/*.ts"

"vitest": "4.1.10",
"@slango.configs/vitest": "2.0.41",
"@slango.configs/eslint": "1.2.32",
"@slango.configs/typescript": "2.0.9"
"@slango.configs/eslint": "1.2.33",
"@slango.configs/vitest": "2.0.42",
"@slango.configs/typescript": "2.0.10"
},

@@ -27,0 +30,0 @@ "scripts": {

# @slango/tessera
## 1.0.29
### Patch Changes
- 7d321c6: Dependencies bump
## 1.0.28
### Patch Changes
- 463d9ce: Dependencies bump
## 1.0.27
### Patch Changes
- 02b8cd1: Dependencies bump
## 1.0.26
### Patch Changes
- 75b71f7: Dependencies bump
## 1.0.25
### Patch Changes
- 7b9def8: Dependencies bump
## 1.0.24
### Patch Changes
- 59effbe: Dependencies bump
## 1.0.23
### Patch Changes
- 3e79aa6: Dependencies bump
## 1.0.22
### Patch Changes
- 70230d2: Dependencies bump
## 1.0.21
### Patch Changes
- f4e8645: Dependencies bump
## 1.0.20
### Patch Changes
- e80d5ac: Dependencies bump
## 1.0.19
### Patch Changes
- a692cf9: Dependencies bump
## 1.0.18
### Patch Changes
- dca0a26: Dependencies bump
## 1.0.17
### Patch Changes
- df2e3c2: Dependencies bump
## 1.0.16
### Patch Changes
- 6ab8613: Dependencies bump
## 1.0.15
### Patch Changes
- 07ec4aa: Dependencies bump
## 1.0.14
### Patch Changes
- 57f6c46: Dependencies bump
## 1.0.13
### Patch Changes
- 4ba0ccb: Dependencies bump
## 1.0.12
### Patch Changes
- 09ac7a7: Dependencies bump
## 1.0.11
### Patch Changes
- ad32208: Dependencies bump
## 1.0.10
### Patch Changes
- fafa8e1: Dependencies bump
## 1.0.9
### Patch Changes
- 3ceebbb: Dependencies bump
## 1.0.8
### Patch Changes
- 4e2e552: Dependencies bump
## 1.0.7
### Patch Changes
- b6cdd05: Dependencies bump
## 1.0.6
### Patch Changes
- 86530f1: Dependencies bump
## 1.0.5
### Patch Changes
- 8519268: Dependencies bump
## 1.0.4
### Patch Changes
- 5bcda82: Dependencies bump
## 1.0.3
### Patch Changes
- fb024e5: Dependencies bump
## 1.0.2
### Patch Changes
- 7d6305d: Dependencies bump
## 1.0.1
### Patch Changes
- 87e2b79: Dependencies bump
## 1.0.0
### Major Changes
- 9d73d40: First version (renamed from @slango/ts-utils)
export { default } from '@slango.configs/eslint/typescript.js';
export { default } from '@slango.configs/lint-staged/typescript.js';
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@slango.configs/typescript/default.json",
"compilerOptions": {
"noEmit": true
},
"include": ["**/*.ts"],
"exclude": ["node_modules", "dist"]
}