New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.9 to 0.2.1

dist/index.cjs

10

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

@@ -29,12 +29,12 @@ "module": "dist/index.mjs",

"motion",
"tiny-motion"
"@cirolee/tiny-motion"
],
"author": "CiroLee<https://github.com/CiroLee>",
"homepage": "https://tiny-motion.vercel.app",
"homepage": "https://@cirolee/tiny-motion.vercel.app",
"bugs": {
"url": "https://github.com/CiroLee/tiny-motion/issues"
"url": "https://github.com/CiroLee/@cirolee/tiny-motion/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/CiroLee/tiny-motion.git"
"url": "https://github.com/CiroLee/@cirolee/tiny-motion.git"
},

@@ -41,0 +41,0 @@ "license": "MIT",

@@ -1,2 +0,2 @@

# tiny-motion
# @cirolee/tiny-motion

@@ -8,3 +8,3 @@ The high-performance extension of Web Animation API for React Hooks

```bash
npm install tiny-motion
npm install @cirolee/tiny-motion
```

@@ -20,3 +20,3 @@

// App.tsx
import { useMotion } from 'tiny-motion';
import { useMotion } from '@cirolee/tiny-motion';

@@ -28,3 +28,3 @@ export default function App() {

<div>
<div ref={ref} className="text-3xl">tiny-motion</div>
<div ref={ref} className="text-3xl">@cirolee/tiny-motion</div>
<button onClick={() => motion('swing')}>play</button>

@@ -41,3 +41,3 @@ </div>

```ts
import { useAnimate} from 'tiny-motion;'
import { useAnimate} from '@cirolee/tiny-motion;'
export default function App() {

@@ -76,3 +76,3 @@ const [ ref, animate ] = useAnimate<HTMLDivElement>();

```ts
import { useGroup, EASING_FUNCTIONS } from 'tiny-motion';
import { useGroup, EASING_FUNCTIONS } from '@cirolee/tiny-motion';

@@ -141,3 +141,3 @@ export default function App() {

import { useRef } from 'react';
import { useMultiple } from 'tiny-motion';
import { useMultiple } from '@cirolee/tiny-motion';

@@ -213,3 +213,3 @@ export default function App() {

import { useRef } from 'react';
import { useLineDraw } from 'tiny-motion';
import { useLineDraw } from '@cirolee/tiny-motion';

@@ -259,3 +259,3 @@ export default function App() {

```ts
import { useValue } from 'tiny-motion';
import { useValue } from '@cirolee/tiny-motion';

@@ -297,3 +297,3 @@ export default function App() {

```ts
import { useSpring } from 'tiny-motion';
import { useSpring } from '@cirolee/tiny-motion';

@@ -300,0 +300,0 @@ export default function App() {

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