New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vtmn/svelte

Package Overview
Dependencies
Maintainers
2
Versions
341
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtmn/svelte - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.2.3](https://github.com/Decathlon/vitamin-web/compare/@vtmn/svelte@0.2.2...@vtmn/svelte@0.2.3) (2021-04-07)
**Note:** Version bump only for package @vtmn/svelte
## [0.2.2](https://github.com/Decathlon/vitamin-web/compare/@vtmn/svelte@0.2.1...@vtmn/svelte@0.2.2) (2021-04-02)

@@ -8,0 +16,0 @@

4

dist/VtmnButton.js

@@ -305,3 +305,3 @@ (function (global, factory) {

after_update: [],
context: new Map(parent_component ? parent_component.$$.context : []),
context: new Map(parent_component ? parent_component.$$.context : options.context || []),
// everything else

@@ -374,3 +374,3 @@ callbacks: blank_object(),

/* src/components/VtmnButton.svelte generated by Svelte v3.35.0 */
/* src/components/VtmnButton.svelte generated by Svelte v3.37.0 */

@@ -377,0 +377,0 @@ function create_fragment(ctx) {

@@ -273,3 +273,3 @@ (function (global, factory) {

after_update: [],
context: new Map(parent_component ? parent_component.$$.context : []),
context: new Map(parent_component ? parent_component.$$.context : options.context || []),
// everything else

@@ -342,3 +342,3 @@ callbacks: blank_object(),

/* src/components/VtmnTextInput.svelte generated by Svelte v3.35.0 */
/* src/components/VtmnTextInput.svelte generated by Svelte v3.37.0 */

@@ -345,0 +345,0 @@ function create_if_block_1(ctx) {

{
"name": "@vtmn/svelte",
"version": "0.2.2",
"version": "0.2.3",
"description": "Decathlon Design System - Vitamin Svelte library",

@@ -40,3 +40,3 @@ "keywords": [

"rollup-plugin-svelte": "^7.1.0",
"svelte": "3.35.0",
"svelte": "3.37.0",
"svelte-preprocess": "4.7.0"

@@ -53,3 +53,3 @@ },

],
"gitHead": "7308cea6de6e0dfba0a2072cc693097c5ec8ad53"
"gitHead": "b266bef6ef51928902cedcbf3c740b00334b75cc"
}

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