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

degen

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

degen - npm Package Compare versions

Comparing version 0.0.43 to 0.0.44

3

dist/types/components/FieldSet/FieldSet.d.ts

@@ -9,2 +9,3 @@ import * as React from 'react';

form?: NativeFieldSetProps['form'];
hideRequiredStatus?: boolean;
name?: NativeFieldSetProps['name'];

@@ -14,3 +15,3 @@ legend: string;

};
export declare const FieldSet: ({ description, disabled, form, children, legend, name, required, }: Props) => JSX.Element;
export declare const FieldSet: ({ children, description, disabled, form, hideRequiredStatus, legend, name, required, }: Props) => JSX.Element;
export {};
{
"name": "degen",
"version": "0.0.43",
"version": "0.0.44",
"description": "Design system for Mirror.xyz",

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

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