Socket
Socket
Sign inDemoInstall

@chakra-ui/react-env

Package Overview
Dependencies
Maintainers
3
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/react-env - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10

2

dist/index.cjs.js

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

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

@@ -34,0 +34,0 @@

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

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

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

{
"name": "@chakra-ui/react-env",
"version": "2.0.9",
"version": "2.0.10",
"description": "Component and hook for handling window and document object in iframe or ssr environment",

@@ -17,4 +17,2 @@ "keywords": [

"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"sideEffects": false,

@@ -30,3 +28,3 @@ "files": [

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

@@ -42,7 +40,17 @@ "bugs": {

"react": "^18.0.0",
"react-frame-component": "^5.2.3"
"react-frame-component": "^5.2.3",
"clean-package": "2.1.1"
},
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "JSX=1 tsup src/index.ts --dts",
"dev": "pnpm build -- --watch",
"dev": "pnpm build:fast -- --watch",
"clean": "rimraf dist .turbo",

@@ -49,0 +57,0 @@ "typecheck": "tsc --noEmit",

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