Socket
Socket
Sign inDemoInstall

@storybook/store

Package Overview
Dependencies
Maintainers
28
Versions
589
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/store - npm Package Compare versions

Comparing version 6.4.0-alpha.38 to 6.4.0-alpha.39

dist/cjs/autoTitle.js

14

dist/cjs/index.js

@@ -112,2 +112,16 @@ "use strict";

});
});
var _autoTitle = require("./autoTitle");
Object.keys(_autoTitle).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _autoTitle[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _autoTitle[key];
}
});
});

3

dist/esm/index.js

@@ -9,2 +9,3 @@ export { StoryStore } from './StoryStore';

export * from './decorators';
export * from './args';
export * from './args';
export * from './autoTitle';

@@ -9,2 +9,3 @@ export { StoryStore } from './StoryStore';

export * from './decorators';
export * from './args';
export * from './args';
export * from './autoTitle';

@@ -11,1 +11,2 @@ export { StoryStore } from './StoryStore';

export * from './args';
export * from './autoTitle';

@@ -68,9 +68,9 @@ import { DecoratorFunction, Args, StoryContextForEnhancers, StoryId, StoryName, StoryIdentifier, ViewMode, LegacyStoryFn, StoryContextForLoaders, StoryContext, ComponentTitle, AnyFramework, ProjectAnnotations, ComponentAnnotations, StoryAnnotations, StoryFn, StrictArgTypes, StrictGlobalTypes, ComponentId, PartialStoryFn } from '@storybook/csf';

export declare type DecoratorApplicator<TFramework extends AnyFramework = AnyFramework> = (storyFn: LegacyStoryFn<TFramework>, decorators: DecoratorFunction<TFramework>[]) => LegacyStoryFn<TFramework>;
export interface NormalizedStoriesEntrySpecifier {
export interface StoriesSpecifier {
directory: string;
titlePrefix?: string;
}
export interface NormalizedStoriesEntry {
export interface NormalizedStoriesSpecifier {
glob?: string;
specifier?: NormalizedStoriesEntrySpecifier;
specifier?: StoriesSpecifier;
}

@@ -77,0 +77,0 @@ export declare type ExtractOptions = {

@@ -11,1 +11,2 @@ export { StoryStore } from './StoryStore';

export * from './args';
export * from './autoTitle';

@@ -68,9 +68,9 @@ import { DecoratorFunction, Args, StoryContextForEnhancers, StoryId, StoryName, StoryIdentifier, ViewMode, LegacyStoryFn, StoryContextForLoaders, StoryContext, ComponentTitle, AnyFramework, ProjectAnnotations, ComponentAnnotations, StoryAnnotations, StoryFn, StrictArgTypes, StrictGlobalTypes, ComponentId, PartialStoryFn } from '@storybook/csf';

export declare type DecoratorApplicator<TFramework extends AnyFramework = AnyFramework> = (storyFn: LegacyStoryFn<TFramework>, decorators: DecoratorFunction<TFramework>[]) => LegacyStoryFn<TFramework>;
export interface NormalizedStoriesEntrySpecifier {
export interface StoriesSpecifier {
directory: string;
titlePrefix?: string;
}
export interface NormalizedStoriesEntry {
export interface NormalizedStoriesSpecifier {
glob?: string;
specifier?: NormalizedStoriesEntrySpecifier;
specifier?: StoriesSpecifier;
}

@@ -77,0 +77,0 @@ export declare type ExtractOptions = {

{
"name": "@storybook/store",
"version": "6.4.0-alpha.38",
"version": "6.4.0-alpha.39",
"description": "",

@@ -43,5 +43,5 @@ "keywords": [

"dependencies": {
"@storybook/addons": "6.4.0-alpha.38",
"@storybook/client-logger": "6.4.0-alpha.38",
"@storybook/core-events": "6.4.0-alpha.38",
"@storybook/addons": "6.4.0-alpha.39",
"@storybook/client-logger": "6.4.0-alpha.39",
"@storybook/core-events": "6.4.0-alpha.39",
"@storybook/csf": "0.0.2--canary.68887a1.0",

@@ -54,2 +54,3 @@ "core-js": "^3.8.2",

"regenerator-runtime": "^0.13.7",
"slash": "^3.0.0",
"ts-dedent": "^2.0.0",

@@ -61,4 +62,4 @@ "util-deprecate": "^1.0.2"

},
"gitHead": "14b9d19e7e9e3de84729ce0c7989efa372c6987c",
"gitHead": "b1d5f20b2fb6c52f06a85cba6e644629d9bd2e15",
"sbmodern": "dist/modern/index.js"
}
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