Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte

Package Overview
Dependencies
Maintainers
3
Versions
775
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.40.1 to 1.40.2

5

CHANGELOG.md
# Svelte changelog
## 1.40.2
* Ignore `@apply` and similar in CSS ([#871](https://github.com/sveltejs/svelte/issues/871))
* Properly escape CSS in custom elements ([#872](https://github.com/sveltejs/svelte/issues/872))
## 1.40.1

@@ -4,0 +9,0 @@

6

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

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

"prepublishOnly": "npm run lint && npm test",
"prettier": "prettier --use-tabs --single-quote --trailing-comma es5 --write \"src/**/*.ts\""
"prettier": "prettier --write \"src/**/*.ts\""
},

@@ -63,3 +63,3 @@ "repository": {

"nyc": "^11.1.0",
"prettier": "^1.4.1",
"prettier": "^1.7.0",
"rollup": "^0.48.2",

@@ -66,0 +66,0 @@ "rollup-plugin-buble": "^0.15.0",

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