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

@puppet/react-components

Package Overview
Dependencies
Maintainers
7
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@puppet/react-components - npm Package Compare versions

Comparing version 5.34.0 to 5.34.1

4

package.json
{
"name": "@puppet/react-components",
"version": "5.34.0",
"version": "5.34.1",
"author": "Puppet, Inc.",

@@ -94,3 +94,3 @@ "license": "Apache-2.0",

},
"gitHead": "97f3f727a190facf929db2113e1116a9a56dc0ed"
"gitHead": "0f13f8a4c67d7afc3f87c6d5c6485cff2bbc1cec"
}

@@ -168,3 +168,2 @@ import React from 'react';

{trailingIcon && tIcon}
{showTrailingButton && trailingButton}
<Element

@@ -183,2 +182,3 @@ id={name}

/>
{showTrailingButton && trailingButton}
</div>

@@ -185,0 +185,0 @@ );

@@ -150,2 +150,7 @@ import jsdom from 'mocha-jsdom';

});
it('should render the trailing icon button after the input element if trailingButtonIcon is provided', () => {
const wrapper = shallow(<Input {...requiredProps} trailingButtonIcon="eye" /> );
expect(wrapper.find('div').children().last().is('Button')).to.equal(true);
});
});

Sorry, the diff of this file is too big to display

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