Socket
Socket
Sign inDemoInstall

@storybook/react-dom-shim

Package Overview
Dependencies
Maintainers
30
Versions
688
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.0-rc.5 to 7.0.0-rc.6

8

dist/preset.d.ts

@@ -1058,2 +1058,10 @@ import { FileSystemCache } from 'file-system-cache';

previewBody?: PresetValue<string>;
/**
* Programatically override the preview's main page template.
* This should return a reference to a file containing an `.ejs` template
* that will be interpolated with environment variables.
*
* @example '.storybook/index.ejs'
*/
previewMainTemplate?: string;
}

@@ -1060,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.0-rc.5",
"version": "7.0.0-rc.6",
"description": "",

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

"devDependencies": {
"@storybook/types": "7.0.0-rc.5",
"@storybook/types": "7.0.0-rc.6",
"typescript": "~4.9.3"

@@ -75,3 +75,3 @@ },

},
"gitHead": "851e100b53f1c58b6a79ca3bc0a9c295b385264d"
"gitHead": "1467fa1d714cbf43d5d87f9233c6dd42e20da787"
}
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