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

@yamada-ui/motion

Package Overview
Dependencies
Maintainers
1
Versions
1006
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/motion - npm Package Compare versions

Comparing version 0.0.0-dev-20230714125059 to 0.0.0-dev-20230714215348

dist/chunk-AJFJWPGL.mjs

2

dist/index.js

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

var import_jsx_runtime = require("react/jsx-runtime");
var Motion = (0, import_core.motionForwardRef)(
var Motion = (0, import_core.forwardRef)(
({ as = "div", className, ...rest }, ref) => {

@@ -66,0 +66,0 @@ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_core.ui.div, { as: import_framer_motion.motion[as], ref, className: (0, import_utils.cx)("ui-motion", className), ...rest });

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

var import_jsx_runtime = require("react/jsx-runtime");
var Motion = (0, import_core.motionForwardRef)(
var Motion = (0, import_core.forwardRef)(
({ as = "div", className, ...rest }, ref) => {

@@ -33,0 +33,0 @@ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_core.ui.div, { as: import_framer_motion.motion[as], ref, className: (0, import_utils.cx)("ui-motion", className), ...rest });

{
"name": "@yamada-ui/motion",
"version": "0.0.0-dev-20230714125059",
"version": "0.0.0-dev-20230714215348",
"description": "Yamada UI motion components",

@@ -39,4 +39,4 @@ "keywords": [

"framer-motion": "^9.1.7",
"@yamada-ui/core": "0.0.0-dev-20230714125059",
"@yamada-ui/utils": "0.0.0-dev-20230714125059"
"@yamada-ui/core": "0.0.0-dev-20230714215348",
"@yamada-ui/utils": "0.1.2"
},

@@ -43,0 +43,0 @@ "devDependencies": {

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