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

@rentalutions/elements

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rentalutions/elements - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

4

lib/Button.js

@@ -66,7 +66,7 @@ 'use strict';

props,
children
props.children
);else return _react2.default.createElement(
ButtonWrapper,
props,
children
props.children
);

@@ -73,0 +73,0 @@ };

{
"name": "@rentalutions/elements",
"version": "1.5.1",
"version": "1.5.2",
"description": "A suite of elements for the consistent and responsive UI",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -46,4 +46,4 @@ import React from 'react'

const Button = props => {
if (props.to) return <Link {...props}>{children}</Link>
else return <ButtonWrapper {...props}>{children}</ButtonWrapper>
if (props.to) return <Link {...props}>{props.children}</Link>
else return <ButtonWrapper {...props}>{props.children}</ButtonWrapper>
}

@@ -50,0 +50,0 @@

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