Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

storm-equal-height

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storm-equal-height - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

gulpfile.js

@@ -76,3 +76,3 @@ /*global require*/

.pipe(babel({
presets: ['es2015']
presets: ['env']
}))

@@ -100,3 +100,3 @@ .pipe(wrap({

.pipe(babel({
presets: ['es2015']
presets: ['env']
}))

@@ -132,3 +132,3 @@ .pipe(wrap({

})
.transform(babelify, {presets: ['es2015']})
.transform(babelify, {presets: ['env']})
.bundle()

@@ -135,0 +135,0 @@ .pipe(source('app.js'))

{
"name": "storm-equal-height",
"version": "1.0.3",
"version": "1.0.4",
"description": "Layout helper to equalise the height of a set of DOM elements",

@@ -35,3 +35,3 @@ "author": "mjbp",

"presets": [
"es2015"
"env"
]

@@ -46,3 +46,3 @@ }

"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.5.0",
"babel-preset-env": "^1.6.0",
"babelify": "^7.3.0",

@@ -49,0 +49,0 @@ "browser-sync": "^2.17.5",

Sorry, the diff of this file is not supported yet

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