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
2
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.44 to 2.0.0-next.45

7

CHANGELOG.md
# create-svelte
## 2.0.0-next.45
### Patch Changes
- dac29c5: allow importing JSON modules
- 8dc89ba: Set target to es2019 in default tsconfig.json
## 2.0.0-next.44

@@ -4,0 +11,0 @@

6

package.json
{
"name": "create-svelte",
"version": "2.0.0-next.44",
"version": "2.0.0-next.45",
"bin": "./bin",
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@sveltejs/adapter-node": "1.0.0-next.10",
"@sveltejs/kit": "1.0.0-next.62",
"@sveltejs/adapter-node": "1.0.0-next.11",
"@sveltejs/kit": "1.0.0-next.65",
"gitignore-parser": "^0.0.2",

@@ -10,0 +10,0 @@ "kleur": "^4.1.4",

{
"compilerOptions": {
"moduleResolution": "node",
"target": "es2018",
"target": "es2019",
/**

@@ -11,2 +11,3 @@ svelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript

"isolatedModules": true,
"resolveJsonModule": true,
/**

@@ -13,0 +14,0 @@ To have warnings/errors of the Svelte compiler at the correct position,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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