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
5
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

to
1.2.0

11

CHANGELOG.md

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

# [1.2.0](https://github.com/toss/slash/compare/@toss/framer-motion@1.1.8...@toss/framer-motion@1.2.0) (2024-03-26)
### Features
* **packages:** add repository information in package.json ([#446](https://github.com/toss/slash/issues/446)) ([063cc5d](https://github.com/toss/slash/commit/063cc5d4699b1ba0dc20db3d2bb7dc673947500b))
## [1.1.7](https://github.com/toss/slash/compare/@toss/framer-motion@1.1.6...@toss/framer-motion@1.1.7) (2023-10-04)

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

11

package.json
{
"name": "@toss/framer-motion",
"version": "1.1.8",
"version": "1.2.0",
"sideEffects": false,

@@ -18,2 +18,7 @@ "exports": {

],
"repository": {
"type": "git",
"url": "https://github.com/toss/slash.git",
"directory": "packages/react/framer-motion"
},
"scripts": {

@@ -32,3 +37,3 @@ "build": "rm -rf dist esm && tsc -p tsconfig.build.json --declaration --emitDeclarationOnly --declarationDir dist && rollup -c rollup.config.js",

"@testing-library/react": "^13.3.0",
"@toss/rollup-config": "^0.1.5",
"@toss/rollup-config": "^0.2.0",
"@tossteam/jest": "^17",

@@ -67,4 +72,4 @@ "@types/babel__core": "^7",

},
"gitHead": "6a4434621e29e014d537ae3dc0f026364b893a69",
"gitHead": "e5bee62c99fb08dbd6306c1259636571e91991cf",
"module": "./esm/index.mjs"
}