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.6 to 0.15.7

5

dist/bundled/util/mapping.js

@@ -19,7 +19,8 @@ import { markRaw, reactive } from "@histoire/vendors/vue";

if (key === "story") {
Object.assign(result.story, {
result.story = {
...result.story,
...file.story,
file: markRaw(result),
variants: file.story.variants.map((v) => mapVariant(v, existingFile.story.variants.find((item) => item.id === v.id)))
});
};
} else if (key !== "component") {

@@ -26,0 +27,0 @@ result[key] = file[key];

8

package.json
{
"name": "@histoire/app",
"version": "0.15.6",
"version": "0.15.7",
"description": "Pre-bundled UI for Histoire",

@@ -27,5 +27,5 @@ "license": "MIT",

"dependencies": {
"@histoire/controls": "^0.15.6",
"@histoire/shared": "^0.15.6",
"@histoire/vendors": "^0.15.6",
"@histoire/controls": "^0.15.7",
"@histoire/shared": "^0.15.7",
"@histoire/vendors": "^0.15.7",
"@types/flexsearch": "^0.7.3",

@@ -32,0 +32,0 @@ "flexsearch": "0.7.21",

@@ -23,7 +23,8 @@ import { markRaw, reactive } from 'vue'

if (key === 'story') {
Object.assign(result.story, {
result.story = {
...result.story,
...file.story,
file: markRaw(result),
variants: file.story.variants.map(v => mapVariant(v, existingFile.story.variants.find(item => item.id === v.id))),
})
}
} else if (key !== 'component') {

@@ -30,0 +31,0 @@ result[key] = file[key]

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