Socket
Socket
Sign inDemoInstall

@chakra-ui/utils

Package Overview
Dependencies
Maintainers
4
Versions
278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/utils - npm Package Compare versions

Comparing version 1.0.0-rc.2 to 1.0.0-rc.3

11

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# 1.0.0-rc.2 (2020-08-09)
# 1.0.0-rc.3 (2020-08-30)

@@ -20,2 +20,11 @@ **Note:** Version bump only for package @chakra-ui/utils

# 1.0.0-rc.2 (2020-08-09)
**Note:** Version bump only for package @chakra-ui/utils
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0-rc.1](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/utils@1.0.0-rc.0...@chakra-ui/utils@1.0.0-rc.1) (2020-08-06)

@@ -22,0 +31,0 @@

11

dist/cjs/dom.js

@@ -6,5 +6,10 @@ "use strict";

exports.cx = exports.getOwnerDocument = exports.ariaAttr = exports.dataAttr = exports.isBrowser = exports.getWindow = void 0;
var _window = undefined; // Note: Accessing "window" in IE11 is somewhat expensive, and calling "typeof window"
// hits a memory leak, whereas aliasing it and calling "typeof _window" does not.
// Caching the window value at the file scope lets us minimize the impact.
var _window = undefined;
/**
* Note: Accessing "window" in IE11 is somewhat expensive, and calling "typeof window"
* hits a memory leak, whereas aliasing it and calling "typeof _window" does not.
* Caching the window value at the file scope lets us minimize the impact.
*
* @see IE11 Memory Leak Issue https://github.com/microsoft/fluentui/pull/9010#issuecomment-490768427
*/

@@ -11,0 +16,0 @@ try {

@@ -1,4 +0,9 @@

var _window = undefined; // Note: Accessing "window" in IE11 is somewhat expensive, and calling "typeof window"
// hits a memory leak, whereas aliasing it and calling "typeof _window" does not.
// Caching the window value at the file scope lets us minimize the impact.
var _window = undefined;
/**
* Note: Accessing "window" in IE11 is somewhat expensive, and calling "typeof window"
* hits a memory leak, whereas aliasing it and calling "typeof _window" does not.
* Caching the window value at the file scope lets us minimize the impact.
*
* @see IE11 Memory Leak Issue https://github.com/microsoft/fluentui/pull/9010#issuecomment-490768427
*/

@@ -5,0 +10,0 @@ try {

{
"name": "@chakra-ui/utils",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "Common utilties and types for Chakra UI",

@@ -48,3 +48,3 @@ "author": "Segun Adebayo <sage@adebayosegun.com>",

},
"gitHead": "c0a55ae7279887996fd2cbfb410476c86793e1bc"
"gitHead": "a0b689f3a2b1589d58e4d9b0c8a9bbd02ed90f6e"
}

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