Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.6 to 1.1.7

dist/vue-smooth-height.min.js

9

package.json
{
"name": "vue-smooth-height",
"version": "1.1.6",
"version": "1.1.7",
"description": "Transition a container elements height in response to data changes",
"main": "./dist/index.js",
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"build": "npm run babel && npm run webpack",
"babel": "babel src --presets babel-preset-es2015 --out-dir dist",
"webpack": "webpack",
"prepublish": "npm run build"

@@ -23,3 +25,4 @@ },

"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1"
"babel-preset-es2015": "^6.24.1",
"webpack": "^3.8.1"
},

@@ -26,0 +29,0 @@ "dependencies": {

@@ -19,2 +19,7 @@

In a browser:
```html
<script src="vue-smooth-height.min.js"></script>
```
## Usage

@@ -49,2 +54,6 @@

Browser:
Same as above, use the global `SmoothHeight`
## CSS

@@ -51,0 +60,0 @@ This mixin relies on css transitions, meaning you can define whatever css transitions you want for the element. If the mixin does not detect any transitions, it will apply `transition: 1s` to the element.

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