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

vue-smooth-height

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-smooth-height - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

5

package.json
{
"name": "vue-smooth-height",
"version": "1.2.3",
"version": "1.2.4",
"description": "Transition a container elements height in response to data changes",

@@ -13,2 +13,5 @@ "homepage": "https://github.com/guanzo/vue-smooth-height",

"main": "./src/index.js",
"files": [
"./src"
],
"scripts": {

@@ -15,0 +18,0 @@ "build": "npm run webpack",

3

README.md

@@ -110,3 +110,4 @@

// If the element reference is a component, make sure to pass in its "$el" property.
// If the element reference is a component,
// make sure to pass in its "$el" property.
this.$registerSmoothElement({

@@ -113,0 +114,0 @@ el: this.$refs.container.$el,

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