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

@mikkna/vue-ui-components

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mikkna/vue-ui-components - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

package.json
{
"name": "@mikkna/vue-ui-components",
"version": "1.0.0",
"version": "1.0.1",
"private": false,

@@ -9,4 +9,5 @@ "scripts": {

"lint": "vue-cli-service lint --fix",
"test:unit": "vue-cli-service test:unit"
"test": "vue-cli-service test:unit"
},
"main": "src/index.js",
"dependencies": {

@@ -13,0 +14,0 @@ "vue": "^2.5.17",

21

README.md
# Vue.js UI components
## Usage
```
import { Button } from "@mikkna/vue-ui-components";
import { FileInput } from "@mikkna/vue-ui-components";
import { Loader } from "@mikkna/vue-ui-components";
import { Modal } from "@mikkna/vue-ui-components";
import { NumberInput } from "@mikkna/vue-ui-components";
import { RatingSelector } from "@mikkna/vue-ui-components";
import { TextAreaInput } from "@mikkna/vue-ui-components";
import { TextInput } from "@mikkna/vue-ui-components";
import { TextLikeInput } from "@mikkna/vue-ui-components";
```
## Project setup
```

@@ -9,2 +24,3 @@ npm install

### Compiles and hot-reloads for development
```

@@ -15,2 +31,3 @@ npm run dev

### Run your tests
```

@@ -21,2 +38,3 @@ npm run test

### Lints and fixes files
```

@@ -26,5 +44,4 @@ npm run lint

### Run your unit tests
```
npm run test:unit
```
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