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

@chakra-ui/stat

Package Overview
Dependencies
Maintainers
3
Versions
445
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/stat - npm Package Compare versions

Comparing version 0.0.0-dev-20220824082222 to 0.0.0-dev-20220912120959

2

dist/index.cjs.js

@@ -38,3 +38,3 @@ "use strict";

// ../../react-shim.js
// ../../../react-shim.js
var import_react = __toESM(require("react"));

@@ -41,0 +41,0 @@

@@ -38,4 +38,9 @@ import { IconProps } from '@chakra-ui/icon';

}
/**
* The `Stat` component is used to display some statistics.
*
* @see Docs https://chakra-ui.com/docs/components/stat
*/
declare const Stat: _chakra_ui_system.ComponentWithAs<"div", StatProps>;
export { Stat, StatArrow, StatArrowProps, StatDownArrow, StatGroup, StatGroupProps, StatHelpText, StatHelpTextProps, StatLabel, StatLabelProps, StatNumber, StatNumberProps, StatProps, StatUpArrow, useStatStyles };

@@ -1,2 +0,2 @@

// ../../react-shim.js
// ../../../react-shim.js
import React from "react";

@@ -3,0 +3,0 @@

{
"name": "@chakra-ui/stat",
"version": "0.0.0-dev-20220824082222",
"version": "0.0.0-dev-20220912120959",
"description": "A React component for displaying statistics",

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

"url": "git+https://github.com/chakra-ui/chakra-ui.git",
"directory": "packages/stat"
"directory": "packages/components/stat"
},

@@ -37,12 +37,12 @@ "bugs": {

"dependencies": {
"@chakra-ui/icon": "0.0.0-dev-20220824082222",
"@chakra-ui/react-context": "0.0.0-dev-20220824082222"
"@chakra-ui/icon": "0.0.0-dev-20220912120959",
"@chakra-ui/react-context": "2.0.3"
},
"devDependencies": {
"@chakra-ui/system": "0.0.0-dev-20220824082222",
"@chakra-ui/shared-utils": "0.0.0-dev-20220824082222",
"@chakra-ui/system": "0.0.0-dev-20220912120959",
"@chakra-ui/shared-utils": "2.0.1",
"react": "^18.0.0"
},
"peerDependencies": {
"@chakra-ui/system": "0.0.0-dev-20220824082222",
"@chakra-ui/system": "0.0.0-dev-20220912120959",
"react": ">=18"

@@ -49,0 +49,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