Socket
Socket
Sign inDemoInstall

@storybook/react-dom-shim

Package Overview
Dependencies
Maintainers
30
Versions
707
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.1.0-alpha.8 to 7.1.0-alpha.9

2

dist/react-16.d.ts
import { ReactElement } from 'react';
declare const renderElement: (node: ReactElement, el: Element) => Promise<unknown>;
declare const renderElement: (node: ReactElement, el: Element) => Promise<null>;
declare const unmountElement: (el: Element) => void;
export { renderElement, unmountElement };
{
"name": "@storybook/react-dom-shim",
"version": "7.1.0-alpha.8",
"version": "7.1.0-alpha.9",
"description": "",

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

"devDependencies": {
"@storybook/types": "7.1.0-alpha.8",
"@storybook/types": "7.1.0-alpha.9",
"typescript": "~4.9.3"

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

},
"gitHead": "ae73d1c8065f7d614cfe6f3462ae7ca55a0c4e6b"
"gitHead": "ec112401efaae6d3d4996c790a30301177570da9"
}
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