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

@featherds/switch

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featherds/switch - npm Package Compare versions

Comparing version 0.10.7 to 0.10.8

6

dist/app.es.js

@@ -21,3 +21,3 @@ import { defineComponent, openBlock, createElementBlock, normalizeClass, pushScopeId, popScopeId, createElementVNode } from "vue";

const emits = {
click: (e) => true
click: (_e) => true
};

@@ -35,3 +35,3 @@ const _sfc_main = defineComponent({

});
const _withScopeId = (n) => (pushScopeId("data-v-09be97a2"), n = n(), popScopeId(), n);
const _withScopeId = (n) => (pushScopeId("data-v-07e020f5"), n = n(), popScopeId(), n);
const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "track" }, null, -1));

@@ -51,3 +51,3 @@ const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "switcher" }, [

}
var SwitchRender = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-09be97a2"]]);
var SwitchRender = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-07e020f5"]]);
export { SwitchRender };
{
"name": "@featherds/switch",
"version": "0.10.7",
"version": "0.10.8",
"publishConfig": {

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

"dependencies": {
"@featherds/styles": "^0.10.7",
"@featherds/styles": "^0.10.8",
"vue": "^3.1.0-0"

@@ -21,3 +21,3 @@ },

"types": "./src/index.d.ts",
"gitHead": "4a3dc68c3141b0021f7bedf13b69b5afa471962f"
"gitHead": "f58926ce6d043036bdbe973d085c76492aec35af"
}

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