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

@featherds/chips

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featherds/chips - npm Package Compare versions

Comparing version 0.9.6 to 0.10.0

8

dist/app.es.js

@@ -90,3 +90,3 @@ var __defProp = Object.defineProperty;

}
var Chip = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$7], ["__scopeId", "data-v-3b68e7ce"]]);
var Chip = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$7], ["__scopeId", "data-v-f2520032"]]);
var DeleteIcon_vue_vue_type_style_index_0_scoped_true_lang = "";

@@ -178,3 +178,3 @@ const _sfc_main$7 = {

}
var Label = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$5], ["__scopeId", "data-v-36416bed"]]);
var Label = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$5], ["__scopeId", "data-v-7490cfaf"]]);
var PreIcon_vue_vue_type_style_index_0_scoped_true_lang = "";

@@ -191,3 +191,3 @@ const _sfc_main$5 = {};

}
var PreIcon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$4], ["__scopeId", "data-v-37d0bc57"]]);
var PreIcon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$4], ["__scopeId", "data-v-2230176f"]]);
var GridChip_vue_vue_type_style_index_0_scoped_true_lang = "";

@@ -561,3 +561,3 @@ const LABELS = {

}
var FeatherChipList = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-f5d5306a"]]);
var FeatherChipList = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-8ffdb766"]]);
export { Chip as BaseChip, Label as BaseChipLabel, PreIcon as BaseChipPreIcon, _sfc_main$1 as FeatherChip, FeatherChipList };
{
"name": "@featherds/chips",
"version": "0.9.6",
"version": "0.10.0",
"publishConfig": {

@@ -12,7 +12,7 @@ "access": "public"

"dependencies": {
"@featherds/composables": "^0.9.6",
"@featherds/icon": "^0.9.6",
"@featherds/radio": "^0.9.6",
"@featherds/ripple": "^0.9.6",
"@featherds/styles": "^0.9.6",
"@featherds/composables": "^0.10.0",
"@featherds/icon": "^0.10.0",
"@featherds/radio": "^0.10.0",
"@featherds/ripple": "^0.10.0",
"@featherds/styles": "^0.10.0",
"vue": "^3.1.0-0"

@@ -25,3 +25,3 @@ },

"types": "./src/index.d.ts",
"gitHead": "04a74207e8bfa8d39acc470365e30dd6c90b2e8e"
"gitHead": "9871b17eaedcfc90174b78b21acb0cc06afd594c"
}
declare module "@featherds/chips" {
import { defineComponent } from "vue";
const FeatherChip: ReturnType<typeof defineComponent>;
const FeatherChipList: ReturnType<typeof defineComponent>;
export { FeatherChip, FeatherChipList };
import { DefineComponent } from "vue";
const FeatherChip: DefineComponent;
const FeatherChipList: DefineComponent;
const BaseChip: DefineComponent;
const BaseChipLabel: DefineComponent;
const BaseChipPreIcon: DefineComponent;
export {
FeatherChip,
FeatherChipList,
BaseChip,
BaseChipLabel,
BaseChipPreIcon,
};
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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