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.25 to 2.0.0-next.26

template/snowpack.config.cjs

6

CHANGELOG.md
# create-svelte
## 2.0.0-next.26
### Patch Changes
- 00cbaf6: Rename _.config.js to _.config.cjs
## 2.0.0-next.25

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

8

package.json
{
"name": "create-svelte",
"version": "2.0.0-next.25",
"version": "2.0.0-next.26",
"bin": "./bin",
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@sveltejs/adapter-node": "1.0.0-next.0",
"@sveltejs/adapter-node": "1.0.0-next.1",
"@sveltejs/app-utils": "1.0.0-next.0",
"@sveltejs/kit": "1.0.0-next.9",
"@sveltejs/snowpack-config": "1.0.0-next.0",
"@sveltejs/kit": "1.0.0-next.30",
"@sveltejs/snowpack-config": "1.0.0-next.2",
"gitignore-parser": "^0.0.2",

@@ -12,0 +12,0 @@ "kleur": "^4.1.3",

@@ -14,3 +14,4 @@ {

"svelte": "^3.29.0"
}
},
"type": "module"
}

@@ -34,3 +34,3 @@ # create-svelte

By default, `npm run build` will generate a Node app that you can run with `node build`. To use a different adapter, install it and update your `svelte.config.js` accordingly. The following official adapters are available:
By default, `npm run build` will generate a Node app that you can run with `node build`. To use a different adapter, install it and update your `svelte.config.cjs` accordingly. The following official adapters are available:

@@ -37,0 +37,0 @@ - [@sveltejs/adapter-node](https://github.com/sveltejs/kit/tree/master/packages/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