Socket
Socket
Sign inDemoInstall

@storybook/react-dom-shim

Package Overview
Dependencies
Maintainers
31
Versions
708
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 7.0.16 to 7.0.17

8

dist/preset.d.ts

@@ -1052,3 +1052,3 @@ import { FileSystemCache } from 'file-system-cache';

/**
* Programatically override the preview's main page template.
* Programmatically override the preview's main page template.
* This should return a reference to a file containing an `.ejs` template

@@ -1060,2 +1060,8 @@ * that will be interpolated with environment variables.

previewMainTemplate?: string;
/**
* Programmatically modify the preview head/body HTML.
* The managerHead function accept a string,
* which is the existing head content, and return a modified string.
*/
managerHead?: PresetValue<string>;
}

@@ -1062,0 +1068,0 @@ type PresetValue<T> = T | ((config: T, options: Options) => T | Promise<T>);

6

package.json
{
"name": "@storybook/react-dom-shim",
"version": "7.0.16",
"version": "7.0.17",
"description": "",

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

"devDependencies": {
"@storybook/types": "7.0.16",
"@storybook/types": "7.0.17",
"typescript": "~4.9.3"

@@ -74,3 +74,3 @@ },

},
"gitHead": "663d7b027631e329c87d4d1b0b440774e249016e"
"gitHead": "e26b55b288f5fa815d41843f2405a56961dbb2a7"
}
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