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

@algolia/satellite

Package Overview
Dependencies
Maintainers
50
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/satellite - npm Package Compare versions

Comparing version 1.0.0-beta.17 to 1.0.0-beta.18

3

components/RadioGroup/RadioButton.d.ts
import * as React from "react";
declare type Props = Utils.Omit<React.InputHTMLAttributes<HTMLInputElement>, "type">;
import { Omit } from "../../utils";
declare type Props = Omit<React.InputHTMLAttributes<HTMLInputElement>, "type">;
export declare const RadioButton: React.SFC<Props>;
export default RadioButton;
{
"name": "@algolia/satellite",
"version": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"description": "Algolia design system React components",

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

@@ -8,1 +8,2 @@ export { clamp } from "./clamp";

export { uniqueId } from "./uniqueId";
export declare type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
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