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.73 to 2.0.0-next.74

6

CHANGELOG.md
# create-svelte
## 2.0.0-next.74
### Patch Changes
- 4c7ccfd: Add \$lib alias to js/tsconfig
## 2.0.0-next.73

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

4

dist/shared.json

@@ -63,3 +63,3 @@ {

"exclude": [],
"contents": "{\n\t\"compilerOptions\": {\n\t\t\"moduleResolution\": \"node\",\n\t\t\"module\": \"es2020\",\n\t\t\"lib\": [\"es2020\"],\n\t\t\"target\": \"es2019\",\n\t\t/**\n\t\t\tsvelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript\n\t\t\tto enforce using \\`import type\\` instead of \\`import\\` for Types.\n\t\t\t*/\n\t\t\"importsNotUsedAsValues\": \"error\",\n\t\t\"isolatedModules\": true,\n\t\t\"resolveJsonModule\": true,\n\t\t/**\n\t\t\tTo have warnings/errors of the Svelte compiler at the correct position,\n\t\t\tenable source maps by default.\n\t\t\t*/\n\t\t\"sourceMap\": true,\n\t\t\"esModuleInterop\": true,\n\t\t\"skipLibCheck\": true,\n\t\t\"forceConsistentCasingInFileNames\": true,\n\t\t\"baseUrl\": \".\",\n\t\t\"allowJs\": true,\n\t\t\"checkJs\": true,\n\t\t\"paths\": {\n\t\t\t\"$lib/*\": [\"src/lib/*\"]\n\t\t}\n\t},\n\t\"include\": [\"src/**/*.d.ts\", \"src/**/*.js\", \"src/**/*.ts\", \"src/**/*.svelte\"]\n}\n"
"contents": "{\n\t\"compilerOptions\": {\n\t\t\"moduleResolution\": \"node\",\n\t\t\"module\": \"es2020\",\n\t\t\"lib\": [\"es2020\"],\n\t\t\"target\": \"es2019\",\n\t\t/**\n\t\t\tsvelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript\n\t\t\tto enforce using \\`import type\\` instead of \\`import\\` for Types.\n\t\t\t*/\n\t\t\"importsNotUsedAsValues\": \"error\",\n\t\t\"isolatedModules\": true,\n\t\t\"resolveJsonModule\": true,\n\t\t/**\n\t\t\tTo have warnings/errors of the Svelte compiler at the correct position,\n\t\t\tenable source maps by default.\n\t\t\t*/\n\t\t\"sourceMap\": true,\n\t\t\"esModuleInterop\": true,\n\t\t\"skipLibCheck\": true,\n\t\t\"forceConsistentCasingInFileNames\": true,\n\t\t\"baseUrl\": \".\",\n\t\t\"allowJs\": true,\n\t\t\"checkJs\": true,\n\t\t\"paths\": {\n\t\t\t\"$lib\": [\"src/lib\"],\n\t\t\t\"$lib/*\": [\"src/lib/*\"]\n\t\t}\n\t},\n\t\"include\": [\"src/**/*.d.ts\", \"src/**/*.js\", \"src/**/*.ts\", \"src/**/*.svelte\"]\n}\n"
},

@@ -72,3 +72,3 @@ {

],
"contents": "{\n\t\"compilerOptions\": {\n\t\t\"baseUrl\": \".\",\n\t\t\"paths\": {\n\t\t\t\"$lib/*\": [\"src/lib/*\"]\n\t\t}\n\t},\n\t\"include\": [\"src/**/*.d.ts\", \"src/**/*.js\", \"src/**/*.svelte\"]\n}\n"
"contents": "{\n\t\"compilerOptions\": {\n\t\t\"baseUrl\": \".\",\n\t\t\"paths\": {\n\t\t\t\"$lib\": [\"src/lib\"],\n\t\t\t\"$lib/*\": [\"src/lib/*\"]\n\t\t}\n\t},\n\t\"include\": [\"src/**/*.d.ts\", \"src/**/*.js\", \"src/**/*.svelte\"]\n}\n"
},

@@ -75,0 +75,0 @@ {

{
"name": "create-svelte",
"version": "2.0.0-next.73",
"version": "2.0.0-next.74",
"bin": "./bin.js",

@@ -10,3 +10,3 @@ "dependencies": {

"devDependencies": {
"@sveltejs/kit": "1.0.0-next.111",
"@sveltejs/kit": "1.0.0-next.124",
"@types/gitignore-parser": "^0.0.0",

@@ -13,0 +13,0 @@ "@types/prettier": "^2.2.3",

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