@sveltejs/app-utils
Advanced tools
Comparing version 0.0.16 to 0.0.17
# @sveltejs/app-utils | ||
## 0.0.17 | ||
### Patch Changes | ||
- 3bdf33b: Fix missing files in published package | ||
## 0.0.16 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@sveltejs/app-utils", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"scripts": { | ||
"clean": "node rimraf.js common", | ||
"clean": "node rimraf.js common files http renderer", | ||
"dev": "npm run clean && rollup -cw", | ||
"build": "npm run clean && rollup -c", | ||
"lint": "eslint --ignore-pattern node_modules/ --ignore-pattern dist/ --ignore-pattern files/ --ignore-pattern http/ --ignore-pattern renderer/ '**/*.{ts,js,svelte}'", | ||
"prepare": "npm run build", | ||
@@ -41,4 +42,7 @@ "prepublishOnly": "npm run build", | ||
"files": [ | ||
"common" | ||
"common", | ||
"files", | ||
"http", | ||
"renderer" | ||
] | ||
} |
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 3 instances in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
636561
16
5008
11
22