Socket
Socket
Sign inDemoInstall

svelte

Package Overview
Dependencies
Maintainers
3
Versions
735
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte - npm Package Compare versions

Comparing version 1.42.0 to 1.42.1

6

CHANGELOG.md
# Svelte changelog
## 1.42.1
* Correctly append items inside a slotted `each` block ([#932](https://github.com/sveltejs/svelte/pull/932))
* Fix `<:Window bind:online/>` ([#936](https://github.com/sveltejs/svelte/issues/936))
* Attach globals to state upon initialisation ([#908](https://github.com/sveltejs/svelte/issues/908))
## 1.42.0

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

17

package.json
{
"name": "svelte",
"version": "1.42.0",
"version": "1.42.1",
"description": "The magical disappearing UI framework",

@@ -54,3 +54,3 @@ "main": "compiler/svelte.js",

"eslint-plugin-import": "^2.2.0",
"estree-walker": "^0.5.0",
"estree-walker": "^0.5.1",
"glob": "^7.1.1",

@@ -65,2 +65,3 @@ "jsdom": "^11.1.0",

"prettier": "^1.7.0",
"reify": "^0.12.3",
"rollup": "^0.48.2",

@@ -71,2 +72,3 @@ "rollup-plugin-buble": "^0.15.0",

"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-typescript": "^0.8.1",

@@ -77,15 +79,14 @@ "rollup-plugin-virtual": "^1.0.1",

"source-map-support": "^0.4.8",
"ts-node": "^3.3.0",
"tslib": "^1.8.0",
"typescript": "^2.3.2"
"typescript": "^2.6.1"
},
"nyc": {
"include": [
"src/**/*.js",
"compiler/svelte.js",
"shared.js"
],
"exclude": [
"src/**/__test__.js",
"src/shared/**"
]
"sourceMap": true,
"instrument": true
}
}

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

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