@sveltejs/adapter-node
Advanced tools
Comparing version 1.0.0-next.12 to 1.0.0-next.13
# @sveltejs/adapter-node | ||
## 1.0.0-next.13 | ||
### Patch Changes | ||
- 6e27880: Move server-side fetch to adapters instead of build step | ||
## 1.0.0-next.12 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@sveltejs/adapter-node", | ||
"version": "1.0.0-next.12", | ||
"main": "index.js", | ||
"version": "1.0.0-next.13", | ||
"main": "./index.cjs", | ||
"type": "module", | ||
"files": [ | ||
"files" | ||
], | ||
"scripts": { | ||
"dev": "rollup -cw", | ||
"build": "rollup -c", | ||
"lint": "eslint --ignore-path .gitignore \"**/*.{ts,js,svelte}\" && npm run check-format", | ||
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore", | ||
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@sveltejs/kit": "1.0.0-next.66", | ||
"@sveltejs/kit": "1.0.0-next.78", | ||
"c8": "^7.7.0", | ||
"compression": "^1.7.4", | ||
"node-fetch": "^2.6.1", | ||
"polka": "^1.0.0-next.13", | ||
"rollup": "^2.41.1", | ||
"sirv": "^1.0.11", | ||
"typescript": "^4.2.3" | ||
"typescript": "^4.2.3", | ||
"uvu": "^0.5.1" | ||
}, | ||
"scripts": { | ||
"dev": "rollup -cw", | ||
"build": "rollup -c", | ||
"test": "c8 uvu tests", | ||
"lint": "eslint --ignore-path .gitignore \"**/*.{ts,js,svelte}\" && npm run check-format", | ||
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore", | ||
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
619082
15134
10
Yes
10
6
11