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.1.5 to 1.1.6

dist/index.js

13

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

@@ -19,8 +19,7 @@ "keywords": [

"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"webpack": "^3.8.1",
"webpack-bundle-analyzer": "^2.9.1"
"babel-preset-es2015": "^6.24.1"
},

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

@@ -19,10 +19,4 @@

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

@@ -54,6 +48,3 @@ ```javascript

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

@@ -60,0 +51,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