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

@symbo.ls/utils

Package Overview
Dependencies
Maintainers
6
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/utils - npm Package Compare versions

Comparing version 2.11.360 to 2.11.363

4

package.json
{
"name": "@symbo.ls/utils",
"version": "2.11.360",
"version": "2.11.363",
"main": "src/index.js",

@@ -10,3 +10,3 @@ "author": "symbo.ls",

},
"gitHead": "87c62e587157ba9c3ef135e31dbc79f165cdaa38"
"gitHead": "f2a8741b502ff7a1866136788f559da7865a26f0"
}

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

props: { height: state.clientHeight }
}, { preventInitUpdateListener: true, preventChildrenUpdate: true })
}, { preventBeforeUpdateListener: true, preventChildrenUpdate: true })
const setAutoTimeout = setTimeout(() => {
element.update({
props: { height: 'auto' }
}, { preventInitUpdateListener: true, preventChildrenUpdate: true })
}, { preventBeforeUpdateListener: true, preventChildrenUpdate: true })
clearTimeout(setAutoTimeout)

@@ -28,3 +28,3 @@ }, 450)

props: { height: '0' }
}, { preventInitUpdateListener: true, preventChildrenUpdate: true })
}, { preventBeforeUpdateListener: true, preventChildrenUpdate: true })
}

@@ -31,0 +31,0 @@ clearTimeout(heightTimeout)

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