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

@toss/framer-motion

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toss/framer-motion - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

LICENSE

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.0.3](https://github.com/toss/slash/compare/@toss/framer-motion@1.0.1...@toss/framer-motion@1.0.3) (2022-10-18)
### Bug Fixes
* Fix type error in @toss/react ([5cc3793](https://github.com/toss/slash/commit/5cc37936e8739204f32f9f50ee61570b758343f8))
## [1.0.2](https://github.com/toss/slash/compare/@toss/framer-motion@1.0.1...@toss/framer-motion@1.0.2) (2022-10-12)

@@ -8,0 +19,0 @@

16

dist/index.js

@@ -7,17 +7,3 @@ 'use strict';

/**
* @name motion
* @description
* 기본 `framer-motion`의 `motion` 은 Internet Explorer 등 구형 브라우저를 지원하지 않아서 지원하도록 Wrapping 한 컴포넌트입니다.
* 사용 방법은 기본 motion 과 동일합니다.
*
* 원래 `motion` 컴포넌트는 `Proxy` 라고 하는 Polyfill 불가능한 API를 사용하기 때문에, 구형 브라우저에서 실행할 수 없습니다.
* 보다 넓은 범위의 기기를 지원하기 위해서 `@toss/framer-motion` 의 `motion` 컴포넌트를 사용해주세요.
*
* @example
* import { motion } from '@toss/framer-motion';`
*`
* <motion.div {...} />
*/
/** @tossdocs-ignore */
var motion = {

@@ -24,0 +10,0 @@ div: framerMotion.createDomMotionComponent('div'),

@@ -1,15 +0,1 @@

/**
* @name motion
* @description
* 기본 `framer-motion`의 `motion` 은 Internet Explorer 등 구형 브라우저를 지원하지 않아서 지원하도록 Wrapping 한 컴포넌트입니다.
* 사용 방법은 기본 motion 과 동일합니다.
*
* 원래 `motion` 컴포넌트는 `Proxy` 라고 하는 Polyfill 불가능한 API를 사용하기 때문에, 구형 브라우저에서 실행할 수 없습니다.
* 보다 넓은 범위의 기기를 지원하기 위해서 `@toss/framer-motion` 의 `motion` 컴포넌트를 사용해주세요.
*
* @example
* import { motion } from '@toss/framer-motion';`
*`
* <motion.div {...} />
*/
export declare const motion: {

@@ -16,0 +2,0 @@ div: ForwardRefExoticComponent<any>;

{
"name": "@toss/framer-motion",
"version": "1.0.2",
"version": "1.0.3",
"sideEffects": false,

@@ -61,4 +61,4 @@ "exports": {

},
"gitHead": "18cb6253ca2131397da2c209932a2413d9cd93c1",
"gitHead": "5aa81f2a04bf77320ca339619f2a80df02e84d6e",
"module": "./esm/index.mjs"
}

@@ -0,17 +1,4 @@

/** @tossdocs-ignore */
import { createDomMotionComponent } from 'framer-motion';
/**
* @name motion
* @description
* 기본 `framer-motion`의 `motion` 은 Internet Explorer 등 구형 브라우저를 지원하지 않아서 지원하도록 Wrapping 한 컴포넌트입니다.
* 사용 방법은 기본 motion 과 동일합니다.
*
* 원래 `motion` 컴포넌트는 `Proxy` 라고 하는 Polyfill 불가능한 API를 사용하기 때문에, 구형 브라우저에서 실행할 수 없습니다.
* 보다 넓은 범위의 기기를 지원하기 위해서 `@toss/framer-motion` 의 `motion` 컴포넌트를 사용해주세요.
*
* @example
* import { motion } from '@toss/framer-motion';`
*`
* <motion.div {...} />
*/
export const motion = {

@@ -18,0 +5,0 @@ div: createDomMotionComponent('div'),

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