Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sveltejs/app-utils

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sveltejs/app-utils - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

files/index.js

6

CHANGELOG.md
# @sveltejs/app-utils
## 0.0.17
### Patch Changes
- 3bdf33b: Fix missing files in published package
## 0.0.16

@@ -4,0 +10,0 @@

10

package.json
{
"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"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc