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.4 to 0.2.5

8

CHANGELOG.md

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

## [0.2.5](https://github.com/Decathlon/vitamin-web/compare/@vtmn/svelte@0.2.4...@vtmn/svelte@0.2.5) (2021-04-19)
**Note:** Version bump only for package @vtmn/svelte
## [0.2.4](https://github.com/Decathlon/vitamin-web/compare/@vtmn/svelte@0.2.3...@vtmn/svelte@0.2.4) (2021-04-16)

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

10

package.json
{
"name": "@vtmn/svelte",
"version": "0.2.4",
"version": "0.2.5",
"description": "Decathlon Design System - Vitamin Svelte library",

@@ -33,5 +33,5 @@ "keywords": [

"@rollup/plugin-node-resolve": "^11.2.0",
"@vtmn/css-button": "^0.1.15",
"@vtmn/css-button": "^0.1.16",
"chokidar-cli": "^2.1.0",
"eslint": "7.23.0",
"eslint": "7.24.0",
"eslint-plugin-svelte3": "3.1.2",

@@ -42,3 +42,3 @@ "rollup": "^2.40.0",

"svelte": "3.37.0",
"svelte-preprocess": "4.7.0"
"svelte-preprocess": "4.7.1"
},

@@ -54,3 +54,3 @@ "publishConfig": {

],
"gitHead": "9e5ba60de0295e253a9951a469009150e819441e"
"gitHead": "89cadb144acaa040da5f6cc358bc10a1439a105a"
}

@@ -30,10 +30,12 @@ # `@vtmn/svelte`

rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Condensed:ital,wght@0,400;0,700;1,700&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,700&display=swap"
/>
```
You can also do it via CSS Import:
```css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Condensed:ital,wght@0,400;0,700;1,700&display=swap');
```
Otherwise, you can install them with `typeface`:

@@ -40,0 +42,0 @@

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