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

@paulpopat/bakery

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paulpopat/bakery - npm Package Compare versions

Comparing version 0.2.18 to 0.2.19

2

package.json

@@ -25,4 +25,4 @@ {

"main": "bundle.min.js",
"version": "0.2.18",
"version": "0.2.19",
"description": "Simple web components for all of your web application needs."
}

@@ -791,3 +791,3 @@ import "../bundle.min";

* A styled link for usage around the site.
* @param props.href - The URL to send the user to if the button is being used as a link.
* @param props.href - (*optional*) The URL to send the user to if the button is being used as a link. If not provided then the link will simply function as a button.
* @param props.target - (*optional*) The standard target from an anchor element.

@@ -800,3 +800,3 @@ * @param props.private - If set then the link will be treated as external. This means that `rel="noreferrer noopener"` will be applied.

"t-link": {
"href": string;
"href"?: string;
"target"?: target;

@@ -803,0 +803,0 @@ "private"?: boolean;

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

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

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

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