Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/pin-input

Package Overview
Dependencies
Maintainers
3
Versions
444
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/pin-input - npm Package Compare versions

Comparing version 2.0.17 to 2.0.18

2

dist/index.d.ts
export { PinInput, PinInputField, PinInputFieldProps, PinInputProps } from './pin-input.js';
export { PinInputContext, PinInputDescendantsProvider, PinInputProvider, UsePinInputFieldProps, UsePinInputProps, UsePinInputReturn, usePinInput, usePinInputContext, usePinInputDescendant, usePinInputDescendants, usePinInputDescendantsContext, usePinInputField } from './use-pin-input.js';
export { PinInputContext, PinInputDescendantsProvider, PinInputProvider, UsePinInputFieldProps, UsePinInputProps, UsePinInputReturn, usePinInput, usePinInputContext, usePinInputField } from './use-pin-input.js';
import '@chakra-ui/system';
import 'react';
import '@chakra-ui/descendant';

@@ -29,5 +29,2 @@ "use strict";

usePinInputContext: () => usePinInputContext,
usePinInputDescendant: () => usePinInputDescendant,
usePinInputDescendants: () => usePinInputDescendants,
usePinInputDescendantsContext: () => usePinInputDescendantsContext,
usePinInputField: () => usePinInputField

@@ -288,6 +285,3 @@ });

usePinInputContext,
usePinInputDescendant,
usePinInputDescendants,
usePinInputDescendantsContext,
usePinInputField
});
{
"name": "@chakra-ui/pin-input",
"version": "2.0.17",
"version": "2.0.18",
"description": "A React component optimized for entering sequences of digits",

@@ -34,8 +34,8 @@ "keywords": [

"dependencies": {
"@chakra-ui/descendant": "3.0.12",
"@chakra-ui/react-use-controllable-state": "2.0.7",
"@chakra-ui/react-use-merge-refs": "2.0.6",
"@chakra-ui/react-children-utils": "2.0.5",
"@chakra-ui/react-context": "2.0.6",
"@chakra-ui/shared-utils": "2.0.4"
"@chakra-ui/descendant": "3.0.13",
"@chakra-ui/react-use-controllable-state": "2.0.8",
"@chakra-ui/react-use-merge-refs": "2.0.7",
"@chakra-ui/react-children-utils": "2.0.6",
"@chakra-ui/react-context": "2.0.7",
"@chakra-ui/shared-utils": "2.0.5"
},

@@ -45,3 +45,3 @@ "devDependencies": {

"clean-package": "2.1.1",
"@chakra-ui/system": "2.3.6"
"@chakra-ui/system": "2.4.0"
},

@@ -76,4 +76,5 @@ "peerDependencies": {

"typecheck": "tsc --noEmit",
"build:fast": "tsup src"
"build:fast": "tsup src",
"typedocs": "tsx ../../../scripts/generate-type-docs.ts"
}
}

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