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.1.1 to 1.2.0

src/components/CheckboxInput.vue

2

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

@@ -5,0 +5,0 @@ "scripts": {

@@ -16,2 +16,5 @@ # Vue.js UI components

import { Dropdown } from "@mikkna/vue-ui-components";
import { RadioInput } from "@mikkna/vue-ui-components";
import { RadioGroup } from "@mikkna/vue-ui-components";
import { CheckboxInput } from "@mikkna/vue-ui-components";

@@ -18,0 +21,0 @@ ```

@@ -11,1 +11,4 @@ export { default as Button } from "./components/Button.vue";

export { default as Dropdown } from "./components/Dropdown.vue";
export { default as RadioInput } from "./components/RadioInput.vue";
export { default as RadioGroup } from "./components/RadioGroup.vue";
export { default as CheckboxInput } from "./components/CheckboxInput.vue";

Sorry, the diff of this file is not supported yet

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