@sveltejs/adapter-node
Advanced tools
Comparing version 0.0.16 to 0.0.18
# @sveltejs/adapter-node | ||
## 0.0.18 | ||
### Patch Changes | ||
- b3ac507: Add missing pkg.files | ||
## 0.0.17 | ||
### Patch Changes | ||
- Add svelte-kit start command | ||
## 0.0.16 | ||
@@ -4,0 +16,0 @@ |
@@ -9,3 +9,3 @@ 'use strict'; | ||
builder.copy_server_files(out); | ||
builder.copy_client_files(`${out}/assets/_app`); | ||
builder.copy_client_files(`${out}/assets`); | ||
@@ -12,0 +12,0 @@ fs.copyFileSync(`${__dirname}/files/server.js`, `${out}/index.js`); |
{ | ||
"name": "@sveltejs/adapter-node", | ||
"version": "0.0.16", | ||
"version": "0.0.18", | ||
"main": "index.js", | ||
"files": [ | ||
"server.js" | ||
"files" | ||
], | ||
@@ -8,0 +8,0 @@ "scripts": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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 1 instance 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
89594
7
542
4
2