Socket
Socket
Sign inDemoInstall

@chakra-ui/css-reset

Package Overview
Dependencies
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/css-reset - npm Package Compare versions

Comparing version 0.0.0-dev-20230718132637 to 0.0.0-dev-20230822131635

dist/chunk-B4LBJQ3X.mjs

6

dist/css-reset.d.ts

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

declare const CSSPolyfill: () => JSX.Element;
import * as react_jsx_runtime from 'react/jsx-runtime';
declare const CSSPolyfill: () => react_jsx_runtime.JSX.Element;
type CSSResetProps = {

@@ -8,4 +10,4 @@ /**

};
declare const CSSReset: ({ scope }: CSSResetProps) => JSX.Element;
declare const CSSReset: ({ scope }: CSSResetProps) => react_jsx_runtime.JSX.Element;
export { CSSPolyfill, CSSReset, CSSResetProps, CSSReset as default };

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

export { CSSPolyfill, default as CSSReset, CSSResetProps, default } from './css-reset.js';
export { CSSPolyfill, default as CSSReset, CSSResetProps } from './css-reset.js';
import 'react/jsx-runtime';

@@ -25,4 +25,3 @@ 'use client'

CSSPolyfill: () => CSSPolyfill,
CSSReset: () => CSSReset,
default: () => css_reset_default
CSSReset: () => CSSReset
});

@@ -322,3 +321,2 @@ module.exports = __toCommonJS(src_exports);

);
var css_reset_default = CSSReset;
// Annotate the CommonJS export names for ESM import in node:

@@ -325,0 +323,0 @@ 0 && (module.exports = {

{
"name": "@chakra-ui/css-reset",
"version": "0.0.0-dev-20230718132637",
"version": "0.0.0-dev-20230822131635",
"description": "CSS reset component for Chakra UI",

@@ -36,4 +36,4 @@ "keywords": [

"devDependencies": {
"@emotion/react": "^11.11.0",
"react": "^18.0.0",
"@emotion/react": "^11.11.1",
"react": "^18.2.0",
"clean-package": "2.2.0"

@@ -40,0 +40,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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