Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ark-ui/react

Package Overview
Dependencies
Maintainers
2
Versions
539
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ark-ui/react - npm Package Compare versions

Comparing version 0.0.0-rc-20221114214704 to 0.0.0-rc-20221115142453

5

dist/index.esm.js

@@ -791,5 +791,4 @@ // src/accordion/accordion.tsx

// src/run-if-fn.ts
function runIfFn(valueOrFn, ...args) {
return typeof valueOrFn === "function" ? valueOrFn(...args) : valueOrFn;
}
var isFunction = (value) => typeof value === "function";
var runIfFn = (valueOrFn, ...args) => isFunction(valueOrFn) ? valueOrFn(...args) : valueOrFn;

@@ -796,0 +795,0 @@ // src/pagination/pagination-context.ts

2

package.json
{
"name": "@ark-ui/react",
"version": "0.0.0-rc-20221114214704",
"version": "0.0.0-rc-20221115142453",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

Sorry, the diff of this file is too big to display

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