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

@storybook/react-dom-shim

Package Overview
Dependencies
Maintainers
31
Versions
885
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/react-dom-shim - npm Package Compare versions

Comparing version 0.0.0-pr-23897-sha-78c2d886 to 0.0.0-pr-23913-sha-45573ae9

27

dist/preset.d.ts

@@ -729,2 +729,15 @@ import { FileSystemCache } from 'file-system-cache';

interface Options$1 {
allowRegExp: boolean;
allowFunction: boolean;
allowSymbol: boolean;
allowDate: boolean;
allowUndefined: boolean;
allowClass: boolean;
allowError: boolean;
maxDepth: number;
space: number | undefined;
lazyEval: boolean;
}
type ExportName = string;

@@ -842,16 +855,3 @@ type MetaId = string;

type IndexInput = StoryIndexInput | DocsIndexInput;
type Path = string;
interface Options$1 {
allowRegExp: boolean;
allowFunction: boolean;
allowSymbol: boolean;
allowDate: boolean;
allowUndefined: boolean;
allowClass: boolean;
maxDepth: number;
space: number | undefined;
lazyEval: boolean;
}
/**

@@ -1153,2 +1153,3 @@ * ⚠️ This file contains internal WIP types they MUST NOT be exported outside this package for now!

type PresetValue<T> = T | ((config: T, options: Options) => T | Promise<T>);
type Path = string;

@@ -1155,0 +1156,0 @@ declare const webpackFinal: (config: any, options: Options) => Promise<any>;

{
"name": "@storybook/react-dom-shim",
"version": "0.0.0-pr-23897-sha-78c2d886",
"version": "0.0.0-pr-23913-sha-45573ae9",
"description": "",

@@ -57,3 +57,3 @@ "keywords": [

"devDependencies": {
"@storybook/types": "0.0.0-pr-23897-sha-78c2d886",
"@storybook/types": "0.0.0-pr-23913-sha-45573ae9",
"typescript": "~4.9.3"

@@ -60,0 +60,0 @@ },

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