Socket
Socket
Sign inDemoInstall

@chakra-ui/clickable

Package Overview
Dependencies
2
Maintainers
4
Versions
231
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-rc.5 to 1.0.0-rc.6

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# 1.0.0-rc.6 (2020-10-25)
**Note:** Version bump only for package @chakra-ui/clickable
# 1.0.0-rc.5 (2020-09-27)

@@ -8,0 +16,0 @@

1

dist/cjs/index.js

@@ -9,4 +9,5 @@ "use strict";

if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _useClickable[key]) return;
exports[key] = _useClickable[key];
});
//# sourceMappingURL=index.js.map

1

dist/cjs/use-clickable.js

@@ -103,3 +103,2 @@ "use strict";

self.click();
return;
}

@@ -106,0 +105,0 @@ }, [isDisabled, isButton, onKeyDown, clickOnEnter, clickOnSpace]);

@@ -90,3 +90,2 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

self.click();
return;
}

@@ -93,0 +92,0 @@ }, [isDisabled, isButton, onKeyDown, clickOnEnter, clickOnSpace]);

{
"name": "@chakra-ui/clickable",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"description": "React hook and component that implements native button interactions",

@@ -20,2 +20,8 @@ "keywords": [

"typings": "dist/types/index.d.ts",
"exports": {
".": {
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
}
},
"files": [

@@ -49,8 +55,8 @@ "dist"

"dependencies": {
"@chakra-ui/utils": "1.0.0-rc.5"
"@chakra-ui/utils": "1.0.0-rc.6"
},
"peerDependencies": {
"react": "16.x"
"react": "16.x || 17.x"
},
"gitHead": "b5c8482b778b19f27ea1d6c8ab6d5ed39c664afa"
"gitHead": "e55b45840d1edc821ad0bb45632535333be5bb86"
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc