New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-svelte

Package Overview
Dependencies
Maintainers
1
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-svelte - npm Package Compare versions

Comparing version 2.0.0-next.23 to 2.0.0-next.24

6

CHANGELOG.md
# create-svelte
## 2.0.0-next.24
### Patch Changes
- 0e45255: Move options behind kit namespace, change paths -> kit.files
## 2.0.0-next.23

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

4

package.json
{
"name": "create-svelte",
"version": "2.0.0-next.23",
"version": "2.0.0-next.24",
"bin": "./bin",

@@ -9,3 +9,3 @@ "devDependencies": {

"@sveltejs/app-utils": "1.0.0-next.0",
"@sveltejs/kit": "1.0.0-next.2",
"@sveltejs/kit": "1.0.0-next.6",
"@sveltejs/snowpack-config": "1.0.0-next.0",

@@ -12,0 +12,0 @@ "gitignore-parser": "^0.0.2",

@@ -8,4 +8,4 @@ // Consult https://www.snowpack.dev to learn about these options

alias: {
'$components': './src/components'
$components: './src/components'
}
};
module.exports = {
// By default, `npm run build` will create a standard Node app.
// You can create optimized builds for different platforms by
// specifying a different adapter
adapter: '@sveltejs/adapter-node'
kit: {
// By default, `npm run build` will create a standard Node app.
// You can create optimized builds for different platforms by
// specifying a different adapter
adapter: '@sveltejs/adapter-node'
}
};

Sorry, the diff of this file is not supported yet

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