Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-var-ui

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-var-ui - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

9

package.json
{
"version": "1.3.1",
"version": "1.3.2",
"license": "BSD-3-Clause-Clear",

@@ -10,3 +10,8 @@ "exports": {

"./dist/index.css": {
"require": "./dist/index.css",
"import": "./dist/index.css"
},
"./index.css": {
"require": "./dist/index.css",
"import": "./dist/index.css"
}

@@ -122,4 +127,4 @@ },

"react-color": "^2.0.0",
"react-use-pointer-drag": "^0.1.0"
"react-use-pointer-drag": "^0.1.1"
}
}

@@ -10,3 +10,3 @@ <h1 align="center">

<p align="center">
<img alt="workflow" src="https://img.shields.io/github/workflow/status/mat-sz/react-var-ui/CI">
<img alt="workflow" src="https://img.shields.io/github/actions/workflow/status/mat-sz/react-var-ui/main.yml?branch=main">
<a href="https://npmjs.com/package/react-var-ui" target="_blank">

@@ -69,3 +69,3 @@ <img alt="npm" src="https://img.shields.io/npm/v/react-var-ui">

/* In your CSS/SCSS file: */
@import 'react-var-ui/dist/index.css';
@import 'react-var-ui/index.css';
```

@@ -77,3 +77,3 @@

// In your JS/TS file (assuming your bundler supports loading CSS files):
import 'react-var-ui/dist/index.css';
import 'react-var-ui/index.css';
```

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