Socket
Socket
Sign inDemoInstall

@twilio-paste/input

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio-paste/input - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

5

dist/Input.d.ts

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

export declare type InputVariants = 'default' | 'inverse';
export interface InputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'color'>, Pick<BoxProps, 'element'>, Pick<BoxStyleProps, 'paddingRight'> {
export interface InputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'color'>, Pick<BoxProps, 'element'> {
className?: never;

@@ -24,2 +24,5 @@ disabled?: boolean;

width?: never;
padding?: 'space0';
paddingRight?: BoxStyleProps['paddingRight'];
cursor?: BoxStyleProps['cursor'];
}

@@ -26,0 +29,0 @@ export declare const InputElement: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;

8

package.json
{
"name": "@twilio-paste/input",
"version": "6.0.0",
"version": "6.1.0",
"category": "user input",

@@ -41,6 +41,6 @@ "status": "production",

"devDependencies": {
"@twilio-paste/box": "^7.0.0",
"@twilio-paste/box": "^7.1.0",
"@twilio-paste/design-tokens": "^8.0.0",
"@twilio-paste/input-box": "^7.0.0",
"@twilio-paste/style-props": "^6.0.0",
"@twilio-paste/input-box": "^7.1.1",
"@twilio-paste/style-props": "^6.1.0",
"@twilio-paste/styling-library": "^1.0.2",

@@ -47,0 +47,0 @@ "@twilio-paste/theme": "^8.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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