New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nextui-org/popover

Package Overview
Dependencies
Maintainers
1
Versions
538
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextui-org/popover - npm Package Compare versions

Comparing version 0.0.0-dev-v2-20230409022144 to 0.0.0-dev-v2-20230409142211

dist/chunk-XKKHPWLD.mjs

8

dist/index.js

@@ -203,4 +203,4 @@ "use strict";

var import_shared_utils3 = require("@nextui-org/shared-utils");
var import_button = require("@react-aria/button");
var import_button2 = require("@nextui-org/button");
var import_use_aria_button = require("@nextui-org/use-aria-button");
var import_button = require("@nextui-org/button");
var import_utils2 = require("@react-aria/utils");

@@ -219,4 +219,4 @@ var import_jsx_runtime2 = require("react/jsx-runtime");

}, [getTriggerProps, child.props, otherProps, child.ref]);
const [, triggerChildren] = (0, import_shared_utils3.pickChildren)(children, import_button2.Button);
const { buttonProps } = (0, import_button.useButton)({ onPress }, triggerRef);
const [, triggerChildren] = (0, import_shared_utils3.pickChildren)(children, import_button.Button);
const { buttonProps } = (0, import_use_aria_button.useAriaButton)({ onPress }, triggerRef);
const hasNextUIButton = (0, import_react3.useMemo)(() => {

@@ -223,0 +223,0 @@ return (triggerChildren == null ? void 0 : triggerChildren[0]) !== void 0;

@@ -29,4 +29,4 @@ "use strict";

var import_shared_utils2 = require("@nextui-org/shared-utils");
var import_button = require("@react-aria/button");
var import_button2 = require("@nextui-org/button");
var import_use_aria_button = require("@nextui-org/use-aria-button");
var import_button = require("@nextui-org/button");
var import_utils = require("@react-aria/utils");

@@ -54,4 +54,4 @@

}, [getTriggerProps, child.props, otherProps, child.ref]);
const [, triggerChildren] = (0, import_shared_utils2.pickChildren)(children, import_button2.Button);
const { buttonProps } = (0, import_button.useButton)({ onPress }, triggerRef);
const [, triggerChildren] = (0, import_shared_utils2.pickChildren)(children, import_button.Button);
const { buttonProps } = (0, import_use_aria_button.useAriaButton)({ onPress }, triggerRef);
const hasNextUIButton = (0, import_react.useMemo)(() => {

@@ -58,0 +58,0 @@ return (triggerChildren == null ? void 0 : triggerChildren[0]) !== void 0;

{
"name": "@nextui-org/popover",
"version": "0.0.0-dev-v2-20230409022144",
"version": "0.0.0-dev-v2-20230409142211",
"description": "A popover is an overlay element positioned relative to a trigger.",

@@ -39,9 +39,10 @@ "keywords": [

"framer-motion": "^10.11.2",
"@nextui-org/dom-utils": "0.0.0-dev-v2-20230409022144",
"@nextui-org/framer-transitions": "0.0.0-dev-v2-20230409022144",
"@nextui-org/aria-utils": "0.0.0-dev-v2-20230409022144",
"@nextui-org/button": "0.0.0-dev-v2-20230409022144",
"@nextui-org/shared-utils": "0.0.0-dev-v2-20230409022144",
"@nextui-org/theme": "0.0.0-dev-v2-20230409022144",
"@nextui-org/system": "0.0.0-dev-v2-20230409022144"
"@nextui-org/aria-utils": "0.0.0-dev-v2-20230409142211",
"@nextui-org/framer-transitions": "0.0.0-dev-v2-20230409142211",
"@nextui-org/dom-utils": "0.0.0-dev-v2-20230409142211",
"@nextui-org/use-aria-button": "2.0.0-beta.1",
"@nextui-org/theme": "0.0.0-dev-v2-20230409142211",
"@nextui-org/shared-utils": "0.0.0-dev-v2-20230409142211",
"@nextui-org/button": "0.0.0-dev-v2-20230409142211",
"@nextui-org/system": "0.0.0-dev-v2-20230409142211"
},

@@ -53,4 +54,4 @@ "devDependencies": {

"react": "^18.0.0",
"@nextui-org/input": "0.0.0-dev-v2-20230409022144",
"@nextui-org/card": "0.0.0-dev-v2-20230409022144"
"@nextui-org/input": "0.0.0-dev-v2-20230409142211",
"@nextui-org/card": "0.0.0-dev-v2-20230409142211"
},

@@ -57,0 +58,0 @@ "clean-package": "../../../clean-package.config.json",

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