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.7.10 to 0.7.11

src/utils/enums.js

4

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

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

"svelte": "src/index.js",
"gitHead": "782016bce7bd2539a1f4cdc72094b018f71af481"
"gitHead": "f4b5cc91ccb24aba71b97738b2bc97c3a719f881"
}

@@ -79,5 +79,5 @@ # `@vtmn/svelte`

You may want to use the source Svelte files to benefit from some features (Server Side Rendering for instance). To do so, you will need to import components exposed in the `src/` folder of the package.
To use this package, you need to use the source files and compile on your side. To do so, you can start with [+SvelteKit](https://kit.svelte.dev/) for example.
Example with `VtmnButton` :
Then, you just need to import components you need. Example with `VtmnButton` :

@@ -84,0 +84,0 @@ ```js

import '@vtmn/css-design-tokens';
export * from './components';
export * from './utils';

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