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.50 to 2.0.0-next.51

6

CHANGELOG.md
# create-svelte
## 2.0.0-next.51
### Patch Changes
- 4cffc14: add global.d.ts to js version
## 2.0.0-next.50

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

4

dist/templates/default-js.json

@@ -32,2 +32,6 @@ {

{
"name": "src/global.d.js",
"contents": "/// <reference types=\"@sveltejs/kit\" />\n/// <reference types=\"svelte\" />\n/// <reference types=\"vite/client\" />\n"
},
{
"name": "src/lib/Counter.svelte",

@@ -34,0 +38,0 @@ "contents": "<script>\n\tlet count = 0;\n\t\n\tconst increment = () => {\n\t\tcount += 1;\n\t};\n</script>\n\n<button on:click={increment}>\n\tClicks: {count}\n</button>\n\n<style>\n\tbutton {\n\t\tfont-family: inherit;\n\t\tfont-size: inherit;\n\t\tpadding: 1em 2em;\n\t\tcolor: #ff3e00;\n\t\tbackground-color: rgba(255, 62, 0, 0.1);\n\t\tborder-radius: 2em;\n\t\tborder: 2px solid #ff3e00;\n\t\toutline: none;\n\t\twidth: 200px;\n\t\theight: 60px;\n\t\tfont-variant-numeric: tabular-nums;\n\t}\n\n\tbutton:focus,\n\tbutton:hover {\n\t\tborder: 3px solid #ff3e00;\n\t}\n\n\tbutton:active {\n\t\tbackground-color: rgba(255, 62, 0, 0.2);\n\t}\n</style>\n"

4

package.json
{
"name": "create-svelte",
"version": "2.0.0-next.50",
"version": "2.0.0-next.51",
"bin": "./bin.js",
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@sveltejs/kit": "1.0.0-next.74",
"@sveltejs/kit": "1.0.0-next.77",
"gitignore-parser": "^0.0.2",

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

Sorry, the diff of this file is too big to display

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