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

@graphcommerce/framer-utils

Package Overview
Dependencies
Maintainers
2
Versions
559
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphcommerce/framer-utils - npm Package Compare versions

Comparing version 5.1.0-canary.3 to 5.1.0-canary.4

hooks/useMeasureDynamicViewportSize.ts

10

CHANGELOG.md
# Change Log
## 5.1.0-canary.4
### Patch Changes
- [#1755](https://github.com/graphcommerce-org/graphcommerce/pull/1755) [`0025ad80f`](https://github.com/graphcommerce-org/graphcommerce/commit/0025ad80fb82d5d1e6c786bb8b5f39b2456c0932) - Renamed clientSizeCssVar.y/x to dvh(100) and dvw(100) ([@paales](https://github.com/paales))
- [#1755](https://github.com/graphcommerce-org/graphcommerce/pull/1755) [`f44a05a6c`](https://github.com/graphcommerce-org/graphcommerce/commit/f44a05a6cedadc17e44c87f53cad5f462bc52aba) - Use a singlular useElementScroll and provide ther scroll from the useScrollerContext ([@paales](https://github.com/paales))
- [#1755](https://github.com/graphcommerce-org/graphcommerce/pull/1755) [`c77f49e6e`](https://github.com/graphcommerce-org/graphcommerce/commit/c77f49e6ed6af0bf2890d51da4eaa4ac70ee2cc9) - clientSizeCssVar.x had a fallback to 100vw instead of 100vh ([@paales](https://github.com/paales))
## 5.1.0-canary.3

@@ -4,0 +14,0 @@

2

hooks/useElementScroll.ts

@@ -8,3 +8,3 @@ import { motionValue, MotionValue, useTransform } from 'framer-motion'

interface ScrollMotionValues {
export interface ScrollMotionValues {
x: MotionValue<number>

@@ -11,0 +11,0 @@ y: MotionValue<number>

@@ -5,3 +5,3 @@ export * from './utils/clientSize'

export * from './hooks/useClientSize'
export * from './hooks/useMeasureDynamicViewportSize'
export * from './hooks/useConstant'

@@ -8,0 +8,0 @@ export * from './hooks/useElementScroll'

@@ -5,3 +5,3 @@ {

"repository": "github:graphcommerce-org/graphcommerce",
"version": "5.1.0-canary.3",
"version": "5.1.0-canary.4",
"sideEffects": false,

@@ -19,5 +19,5 @@ "scripts": {

"devDependencies": {
"@graphcommerce/eslint-config-pwa": "5.1.0-canary.3",
"@graphcommerce/prettier-config-pwa": "5.1.0-canary.3",
"@graphcommerce/typescript-config-pwa": "5.1.0-canary.3"
"@graphcommerce/eslint-config-pwa": "5.1.0-canary.4",
"@graphcommerce/prettier-config-pwa": "5.1.0-canary.4",
"@graphcommerce/typescript-config-pwa": "5.1.0-canary.4"
},

@@ -24,0 +24,0 @@ "peerDependencies": {

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