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

@histoire/app

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@histoire/app - npm Package Compare versions

Comparing version 0.15.9 to 0.16.0

2

dist/bundled/components/panel/StatePresets.vue2.js

@@ -66,3 +66,3 @@ import { defineComponent, computed, onMounted, ref, resolveDirective, openBlock, createElementBlock, createElementVNode, createVNode, unref, isRef, withKeys, withCtx, withDirectives, withModifiers, vModelText, toDisplayString, createBlock, createCommentVNode, normalizeClass, nextTick } from "@histoire/vendors/vue";

async function createPreset() {
const id = new Date().getTime().toString();
const id = (/* @__PURE__ */ new Date()).getTime().toString();
presetStates.value.set(id, { state: clone(omit(toRawDeep(props.variant.state), omitKeys)), label: "New preset" });

@@ -69,0 +69,0 @@ selectedOption.value = id;

@@ -11,3 +11,3 @@ import { defineComponent, ref, watch, computed, openBlock, createElementBlock, Fragment, createElementVNode, createVNode, unref, withDirectives, withKeys, withModifiers, vModelText, createBlock, withCtx, createTextVNode, renderList, createCommentVNode } from "@histoire/vendors/vue";

import SearchItem from "./SearchItem.vue.js";
import { searchData, onUpdate } from "./search-title-data.js";
import { onUpdate, searchData } from "./search-title-data.js";
import { getCommandContext, builtinCommands } from "../../util/commands.js";

@@ -14,0 +14,0 @@ import { useCommandStore } from "../../stores/command.js";

{
"name": "@histoire/app",
"version": "0.15.9",
"version": "0.16.0",
"description": "Pre-bundled UI for Histoire",

@@ -49,3 +49,3 @@ "license": "MIT",

"typescript": "^4.9.5",
"vite": "^4.1.0",
"vite": "^4.2.0",
"vue": "^3.2.47"

@@ -52,0 +52,0 @@ },

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