@tanstack/start-server-core
Advanced tools
+21
| MIT License | ||
| Copyright (c) 2021-present Tanner Linsley | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
+20
-20
| { | ||
| "name": "@tanstack/start-server-core", | ||
| "version": "1.167.11", | ||
| "version": "1.167.12", | ||
| "description": "Modern and scalable routing for React applications", | ||
@@ -26,17 +26,2 @@ "author": "Tanner Linsley", | ||
| ], | ||
| "scripts": { | ||
| "clean": "rimraf ./dist && rimraf ./coverage", | ||
| "test": "pnpm test:eslint && pnpm test:types && pnpm test:build && pnpm test:unit", | ||
| "test:unit": "vitest", | ||
| "test:eslint": "eslint ./src", | ||
| "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", | ||
| "test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js", | ||
| "test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js", | ||
| "test:types:ts57": "node ../../node_modules/typescript57/lib/tsc.js", | ||
| "test:types:ts58": "node ../../node_modules/typescript58/lib/tsc.js", | ||
| "test:types:ts59": "node ../../node_modules/typescript59/lib/tsc.js", | ||
| "test:types:ts60": "tsc", | ||
| "test:build": "publint --strict && attw --ignore-rules no-resolution --pack .", | ||
| "build": "vite build" | ||
| }, | ||
| "type": "module", | ||
@@ -82,8 +67,8 @@ "types": "dist/esm/index.d.ts", | ||
| "dependencies": { | ||
| "h3-v2": "npm:h3@2.0.1-rc.16", | ||
| "seroval": "^1.5.0", | ||
| "@tanstack/history": "1.161.6", | ||
| "@tanstack/router-core": "1.168.9", | ||
| "@tanstack/start-client-core": "1.167.10", | ||
| "@tanstack/start-storage-context": "1.166.23", | ||
| "h3-v2": "npm:h3@2.0.1-rc.16", | ||
| "seroval": "^1.5.0" | ||
| "@tanstack/start-storage-context": "1.166.23" | ||
| }, | ||
@@ -100,3 +85,18 @@ "devDependencies": { | ||
| "intent": "./bin/intent.js" | ||
| }, | ||
| "scripts": { | ||
| "clean": "rimraf ./dist && rimraf ./coverage", | ||
| "test": "pnpm test:eslint && pnpm test:types && pnpm test:build && pnpm test:unit", | ||
| "test:unit": "vitest", | ||
| "test:eslint": "eslint ./src", | ||
| "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", | ||
| "test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js", | ||
| "test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js", | ||
| "test:types:ts57": "node ../../node_modules/typescript57/lib/tsc.js", | ||
| "test:types:ts58": "node ../../node_modules/typescript58/lib/tsc.js", | ||
| "test:types:ts59": "node ../../node_modules/typescript59/lib/tsc.js", | ||
| "test:types:ts60": "tsc", | ||
| "test:build": "publint --strict && attw --ignore-rules no-resolution --pack .", | ||
| "build": "vite build" | ||
| } | ||
| } | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 8 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 8 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
283756
0.38%65
1.56%