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

wx-svelte-core

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wx-svelte-core - npm Package Compare versions

Comparing version 2.0.0-beta-1 to 2.0.0-beta-2

4

package.json
{
"name": "wx-svelte-core",
"version": "2.0.0-beta-1",
"version": "2.0.0-beta-2",
"description": "SVAR Svelte Core library, a collection of form controls and UI components",

@@ -27,3 +27,3 @@ "productTag": "core",

"dependencies": {
"wx-core-locales": "2.0.0-beta-1",
"wx-core-locales": "2.0.0-beta-2",
"wx-lib-dom": "0.6.0"

@@ -30,0 +30,0 @@ },

@@ -32,2 +32,18 @@ <div align="center">

### Svelte 4 and Svelte 5 versions
There are two versions of the library: the 1.x version, designed to work with Svelte 4, and the 2.x version, created for Svelte 5. Please note that the 2.x version is in beta and may contain some instabilities.
To use the SVAR Core beta for Svelte 5, install it as follows:
```
npm install wx-svelte-core
```
To use the SVAR Core for Svelte 4:
```
npm install wx-svelte-core@1.3.0
```
# :hammer_and_wrench: How to Use

@@ -34,0 +50,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