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.5 to 0.7.6

src/components/index.js

15

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

@@ -31,2 +31,9 @@ "keywords": [

},
"dependencies": {
"@vtmn/css-button": "^0.6.8",
"@vtmn/css-design-tokens": "^0.8.5",
"@vtmn/css-link": "^0.3.17",
"@vtmn/css-popover": "^0.2.12",
"@vtmn/css-text-input": "^0.8.10"
},
"devDependencies": {

@@ -44,2 +51,5 @@ "@rollup/plugin-node-resolve": "^13.0.5",

},
"peerDependencies": {
"svelte": "^3.34.0"
},
"publishConfig": {

@@ -54,3 +64,4 @@ "access": "public"

],
"gitHead": "c0abbfac223ec2d3472be1f1e6a2f8f0404e2d0e"
"svelte": "src/index.js",
"gitHead": "09b740ee16185bd161d34d66358fb62d7f0b067c"
}

4

README.md

@@ -86,4 +86,4 @@ # `@vtmn/svelte`

<script>
import VtmnButton from '@vtmn/svelte/src/components/VtmnButton.svelte';
</script>
import { VtmnButton } from '@vtmn/svelte';
<script>

@@ -90,0 +90,0 @@ <VtmnButton>Button</VtmnButton>

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