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

@cirolee/tiny-motion

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cirolee/tiny-motion - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

21

package.json
{
"name": "@cirolee/tiny-motion",
"description": "The high-performance extension of Web Animation API for React Hooks",
"version": "0.2.4",
"version": "0.2.5",
"main": "dist/index.js",

@@ -11,5 +11,4 @@ "module": "dist/index.mjs",

".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
"import": "./dist/index.js"
}

@@ -32,21 +31,21 @@ },

"author": "CiroLee<https://github.com/CiroLee>",
"homepage": "https://@cirolee/tiny-motion.vercel.app",
"homepage": "https://tiny-motion.vercel.app",
"bugs": {
"url": "https://github.com/CiroLee/@cirolee/tiny-motion/issues"
"url": "https://github.com/CiroLee/tiny-motion/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/CiroLee/@cirolee/tiny-motion.git"
"url": "https://github.com/CiroLee/tiny-motion.git"
},
"license": "MIT",
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"devDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18",
"tsup": "^8.1.0",
"@types/react": "^18 || ^19",
"@types/react-dom": "^18 || ^19",
"tsup": "^8.3.5",
"typescript": "^5"
}
}
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