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

@pikas-ui/text

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pikas-ui/text - npm Package Compare versions

Comparing version 4.2.6 to 4.2.7

2

dist/description/Description.d.ts
import { PikasCSS } from '@pikas-ui/styles';
import { ReactNode, FC } from 'react';
declare type DescriptionProps = {
type DescriptionProps = {
children?: ReactNode;

@@ -6,0 +6,0 @@ css?: PikasCSS;

import { PikasCSS } from '@pikas-ui/styles';
import { ReactNode, FC } from 'react';
declare type LabelProps = {
type LabelProps = {
children?: ReactNode;

@@ -6,0 +6,0 @@ css?: PikasCSS;

import { PikasCSS } from '@pikas-ui/styles';
import { ReactNode, FC } from 'react';
declare type TextErrorProps = {
type TextErrorProps = {
children?: ReactNode;

@@ -6,0 +6,0 @@ css?: PikasCSS;

{
"name": "@pikas-ui/text",
"version": "4.2.6",
"version": "4.2.7",
"private": false,

@@ -42,3 +42,3 @@ "keywords": [

"dependencies": {
"@pikas-ui/styles": "3.5.6",
"@pikas-ui/styles": "3.5.7",
"@radix-ui/react-label": "2.0.0"

@@ -52,13 +52,13 @@ },

"@pikas/prettier": "1.0.0",
"eslint-config-custom": "1.0.0",
"@pikas/tsconfig": "1.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/react-dom": "18.0.9",
"cross-env": "7.0.3",
"eslint": "8.27.0",
"tsup": "6.4.0",
"typescript": "4.8.4"
"eslint-config-custom": "1.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "6.5.0",
"typescript": "4.9.3"
},

@@ -65,0 +65,0 @@ "node": "12.20.0 || 14.13.1 || >=16.0.0",

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