Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

td-stylekit

Package Overview
Dependencies
Maintainers
1
Versions
731
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

td-stylekit - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

5

dist/es/Overlay/Overlay.js

@@ -29,2 +29,4 @@ import React from 'react';

children: PropTypes.node.isRequired,
/** css classname */
className: PropTypes.string,
/** node for the overlay header content */

@@ -42,2 +44,3 @@ header: PropTypes.node,

var children = _ref2.children,
className = _ref2.className,
headerCss = _ref2.headerCss,

@@ -50,3 +53,3 @@ header = _ref2.header,

OverlayContainer,
{ id: id },
{ id: id, className: className },
React.createElement(

@@ -53,0 +56,0 @@ OverlayHeader,

2

package.json
{
"name": "td-stylekit",
"version": "0.5.1",
"version": "0.5.2",
"main": "dist/es/index.js",

@@ -5,0 +5,0 @@ "module": "dist/es/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